chore: release v0.2.0

This commit is contained in:
bschneppe-releaser-bot[bot]
2025-01-29 18:58:17 +00:00
committed by GitHub
parent fdd25bc09c
commit 5cf134991a
3 changed files with 12 additions and 2 deletions

View File

@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.0](https://github.com/BSchneppe/einvoice-rs/compare/v0.1.1...v0.2.0) - 2025-01-29
### Added
- add profile parsing for CII invoices (#5)
### Other
- *(deps)* bump jvm from 2.1.0 to 2.1.10 in /bindings/kotlin (#8)
## [0.1.1](https://github.com/BSchneppe/einvoice-rs/compare/v0.1.0...v0.1.1) - 2025-01-18
### Other

2
Cargo.lock generated
View File

@@ -437,7 +437,7 @@ dependencies = [
[[package]]
name = "einvoice"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"chrono",
"einvoice_deps_yaserde",

View File

@@ -1,6 +1,6 @@
[package]
name = "einvoice"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license-file = "LICENSE"
license = "MIT"