diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bcb1a5..1257aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - ReleaseDate +## [1.2.0] - 2022-07-25 ### Added @@ -63,7 +64,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). * from a git repository reference (like commit id) -[Unreleased]: https://github.com/rlespinasse/wints/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/rlespinasse/wints/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/rlespinasse/wints/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/rlespinasse/wints/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/rlespinasse/drawio-exported/compare/cb9aec8...v1.0.0 diff --git a/Cargo.lock b/Cargo.lock index 966e395..5cca6ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "adler" version = "1.0.2" @@ -153,7 +155,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "drawio-exporter" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 248fbbb..0821d82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drawio-exporter" -version = "1.1.0" +version = "1.2.0" edition = "2018" authors = ["rlespinasse "] description = "Command Line Client To Enhance Files Export Using Draw.io Application"