From 4711794e4de0c966aa66447644dca578b3e15385 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Jan 2025 17:14:10 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] ## 1.0.0 (2025-01-16) ### Features * Add Cargo files, CI, configs and README ([c27b253](https://github.com/propeller-heads/tycho-execution/commit/c27b253ef5182fd44d58a743d618929ed364adeb)) ### Bug Fixes * Add temporary main function to lib.rs ([1e54ea0](https://github.com/propeller-heads/tycho-execution/commit/1e54ea045ee8448da45a273683fb3b608ed741d8)) --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..94cc4a8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## 1.0.0 (2025-01-16) + + +### Features + +* Add Cargo files, CI, configs and README ([c27b253](https://github.com/propeller-heads/tycho-execution/commit/c27b253ef5182fd44d58a743d618929ed364adeb)) + + +### Bug Fixes + +* Add temporary main function to lib.rs ([1e54ea0](https://github.com/propeller-heads/tycho-execution/commit/1e54ea045ee8448da45a273683fb3b608ed741d8)) diff --git a/Cargo.lock b/Cargo.lock index 91af9cb..370911a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3039,7 +3039,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.1.0" +version = "1.0.0" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 3f6057e..62c3807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "0.1.0" +version = "1.0.0" edition = "2021" [dependencies]