Skip to content

Commit

Permalink
Merge pull request #8 from scuderia-fe/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--docx-to-html

chore(main): release 0.6.0
  • Loading branch information
kettei-sproutty authored Jan 18, 2024
2 parents 2229763 + d4ce19d commit 8f60efb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.6.0](https://github.com/scuderia-fe/docx-to-html/compare/v0.5.0...v0.6.0) (2024-01-18)


### Features

* **converter:** add images ([2229763](https://github.com/scuderia-fe/docx-to-html/commit/2229763e90959f2364aefda7bccdbc40b1b80e06))
* **parser:** add color ([7dbbb82](https://github.com/scuderia-fe/docx-to-html/commit/7dbbb82412e3d3a5e78eff43ab09baa396ee6f34))

## [0.5.0](https://github.com/scuderia-fe/docx-to-html/compare/v0.4.1...v0.5.0) (2024-01-16)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "docx-to-html"
version = "0.5.0"
version = "0.6.0"
repository = "https://github.com/scuderia-fe/docx-to-html"
authors = ["Alessio Marchi <[email protected]>"]
description = "Converts a docx file to html"
Expand Down

0 comments on commit 8f60efb

Please sign in to comment.