From e2a0b23852a16502f65cb076541c3ee8da47d4d6 Mon Sep 17 00:00:00 2001 From: "bschneppe-releaser-bot[bot]" <195543023+bschneppe-releaser-bot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 11:14:01 +0100 Subject: [PATCH] chore: release v0.1.1 (#4) Co-authored-by: bschneppe-releaser-bot[bot] <195543023+bschneppe-releaser-bot[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"