diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e47f6..d77755e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/BSchneppe/einvoice-rs/compare/v0.1.0...v0.1.1) - 2025-01-18 + +### Other + +- fix tag publishing + ## [0.1.0](https://github.com/BSchneppe/einvoice-rs/releases/tag/v0.1.0) - 2025-01-17 ### Other diff --git a/Cargo.lock b/Cargo.lock index 18ae013..8c12c5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "einvoice" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono", "einvoice_deps_yaserde", diff --git a/Cargo.toml b/Cargo.toml index 6225d05..42881b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "einvoice" -version = "0.1.0" +version = "0.1.1" edition = "2021" license-file = "LICENSE" license = "MIT"