From 3996f1fe2cd6fda2d76e9dfdbf2bfc7f17276dec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Jan 2025 12:31:07 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/propeller-heads/tycho-execution/compare/1.0.0...1.0.1) (2025-01-17) ### Bug Fixes * change release version ([2b35aa4](https://github.com/propeller-heads/tycho-execution/commit/2b35aa457735bf01009a8773e6d2efcf4bbddeb4)) * change release version ([46db261](https://github.com/propeller-heads/tycho-execution/commit/46db261198c453c9193f29d9b45c53fccd5059a4)) --- CHANGELOG.md | 10 ++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 804e1b3..5b9ba39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.1](https://github.com/propeller-heads/tycho-execution/compare/1.0.0...1.0.1) (2025-01-17) + + +### Bug Fixes + +* change release version ([2b35aa4](https://github.com/propeller-heads/tycho-execution/commit/2b35aa457735bf01009a8773e6d2efcf4bbddeb4)) +* change release version ([46db261](https://github.com/propeller-heads/tycho-execution/commit/46db261198c453c9193f29d9b45c53fccd5059a4)) + ## [0.0.1](https://github.com/propeller-heads/tycho-execution/compare/0.0.0...0.0.1) (2025-01-17) - - diff --git a/Cargo.lock b/Cargo.lock index 9cf1560..c4902cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3039,7 +3039,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.0.1" +version = "1.0.1" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index fcb5be9..27e80d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "0.0.1" +version = "1.0.1" edition = "2021" [dependencies]