chore: release v0.1.1 (#4)

Co-authored-by: bschneppe-releaser-bot[bot] <195543023+bschneppe-releaser-bot[bot]@users.noreply.github.com>
This commit is contained in:
bschneppe-releaser-bot[bot]
2025-01-18 11:14:01 +01:00
committed by GitHub
parent 0756d04340
commit e2a0b23852
3 changed files with 8 additions and 2 deletions

View File

@@ -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

2
Cargo.lock generated
View File

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

View File

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