mirror of
https://github.com/BSchneppe/einvoice-rs.git
synced 2026-03-17 10:24:08 +00:00
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:
committed by
GitHub
parent
0756d04340
commit
e2a0b23852
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.1.0](https://github.com/BSchneppe/einvoice-rs/releases/tag/v0.1.0) - 2025-01-17
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -437,7 +437,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "einvoice"
|
name = "einvoice"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"einvoice_deps_yaserde",
|
"einvoice_deps_yaserde",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "einvoice"
|
name = "einvoice"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user