chore(release): 1.0.0 [skip ci]

## 1.0.0 (2025-01-16)

### Features

* Add Cargo files, CI, configs and README ([c27b253](c27b253ef5))

### Bug Fixes

* Add temporary main function to lib.rs ([1e54ea0](1e54ea045e))
This commit is contained in:
semantic-release-bot
2025-01-16 17:14:10 +00:00
parent ab5e830da0
commit 4711794e4d
3 changed files with 13 additions and 2 deletions

11
CHANGELOG.md Normal file
View File

@@ -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))

2
Cargo.lock generated
View File

@@ -3039,7 +3039,7 @@ dependencies = [
[[package]]
name = "tycho-execution"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"alloy",
"alloy-primitives",

View File

@@ -1,6 +1,6 @@
[package]
name = "tycho-execution"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
[dependencies]