Skip to content

Commit

Permalink
chore(release): 0.69.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.69.0](0.68.1...0.69.0) (2025-01-10)

### Features

* **price_printer:** dynamically adapt the quote amount to the new decimals when switching row ([65acc96](65acc96))
  • Loading branch information
semantic-release-bot committed Jan 10, 2025
1 parent c44fe58 commit 0ad0b2e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.69.0](https://github.com/propeller-heads/tycho-simulation/compare/0.68.1...0.69.0) (2025-01-10)


### Features

* **price_printer:** dynamically adapt the quote amount to the new decimals when switching row ([65acc96](https://github.com/propeller-heads/tycho-simulation/commit/65acc968e7de203eb4e7e77cccfacdb990fe44dc))

## [0.68.1](https://github.com/propeller-heads/tycho-simulation/compare/0.68.0...0.68.1) (2025-01-07)

## [0.68.0](https://github.com/propeller-heads/tycho-simulation/compare/0.67.0...0.68.0) (2024-12-23)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-simulation"
version = "0.68.1"
version = "0.69.0"
edition = "2021"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion tycho_simulation_py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "_tycho_simulation_py"
version = "0.68.1"
version = "0.69.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion tycho_simulation_py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "tycho-simulation-py"
version = "0.68.1"
version = "0.69.0"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit 0ad0b2e

Please sign in to comment.