diff --git a/CHANGELOG.md b/CHANGELOG.md index 462ec7b..4fa77f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/scuderia-fe/docx-to-html/compare/v0.3.0...v0.4.0) (2024-01-16) + + +### Features + +* local ci ([63b478c](https://github.com/scuderia-fe/docx-to-html/commit/63b478ca0e3f6f43245a041087dd6616519e5b20)) + ## [0.3.0](https://github.com/scuderia-fe/docx-to-html/compare/v0.2.0...v0.3.0) (2024-01-16) diff --git a/Cargo.lock b/Cargo.lock index 9a9aa86..fc8befd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ dependencies = [ [[package]] name = "docx-to-html" -version = "0.3.0" +version = "0.4.0" dependencies = [ "console_error_panic_hook", "docx-rs", diff --git a/Cargo.toml b/Cargo.toml index 963e88d..59e3133 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-to-html" -version = "0.3.0" +version = "0.4.0" repository = "https://github.com/scuderia-fe/docx-to-html" authors = ["Alessio Marchi <65831826+kettei-sproutty@users.noreply.github.com>"] description = "Converts a docx file to html"