chore(release): 1.2.0 [skip ci]

## [1.2.0](https://github.com/propeller-heads/tycho-execution/compare/1.1.0...1.2.0) (2025-01-17)

### Features

* Add foundry environment and CI ([e16d7cc](e16d7ccb8e))
This commit is contained in:
semantic-release-bot
2025-01-17 09:57:48 +00:00
parent d436ad78fa
commit 9e8354307e
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [1.2.0](https://github.com/propeller-heads/tycho-execution/compare/1.1.0...1.2.0) (2025-01-17)
### Features
* Add foundry environment and CI ([e16d7cc](https://github.com/propeller-heads/tycho-execution/commit/e16d7ccb8ef978dd2abe3993ea0981c2dae8d7e0))
## [1.1.0](https://github.com/propeller-heads/tycho-execution/compare/1.0.0...1.1.0) (2025-01-16)

2
Cargo.lock generated
View File

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

View File

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