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]