Skip to content

Commit 741400d

Browse files
chore(release): 0.196.5 [skip ci]
## [0.196.5](0.196.4...0.196.5) (2025-11-14) ### Bug Fixes * Don't increase the block number +1 to simulate execution ([bc2c28e](bc2c28e))
1 parent 08ed547 commit 741400d

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.196.5](https://github.com/propeller-heads/tycho-simulation/compare/0.196.4...0.196.5) (2025-11-14)
2+
3+
4+
### Bug Fixes
5+
6+
* Don't increase the block number +1 to simulate execution ([bc2c28e](https://github.com/propeller-heads/tycho-simulation/commit/bc2c28e5006aa4872c86c38eef3c0cdcd9b876b5))
7+
18
## [0.196.4](https://github.com/propeller-heads/tycho-simulation/compare/0.196.3...0.196.4) (2025-11-14)
29

310

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.196.4"
2+
version = "0.196.5"
33

44
[package]
55
name = "tycho-simulation"

tycho_simulation_py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_tycho_simulation_py"
3-
version = "0.196.4"
3+
version = "0.196.5"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

tycho_simulation_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "tycho-simulation-py"
7-
version = "0.196.4"
7+
version = "0.196.5"
88
requires-python = ">=3.7"
99
classifiers = [
1010
"Programming Language :: Rust",

0 commit comments

Comments
 (0)