Skip to content

Commit

Permalink
chore(release): 0.56.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.56.2](0.56.1...0.56.2) (2025-02-07)
  • Loading branch information
semantic-release-bot committed Feb 7, 2025
1 parent 20fbd06 commit 918c969
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.56.2](https://github.com/propeller-heads/tycho-indexer/compare/0.56.1...0.56.2) (2025-02-07)

## [0.56.1](https://github.com/propeller-heads/tycho-indexer/compare/0.56.0...0.56.1) (2025-02-06)


Expand Down
10 changes: 5 additions & 5 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 tycho-client-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "tycho-indexer-client"
# this is versioned in lockstep with all other tycho packages
version = "0.56.1"
version = "0.56.2"
description = "A package for interacting with the Tycho API."
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion tycho-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-client"
version = "0.56.1"
version = "0.56.2"
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-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-core"
version = "0.56.1"
version = "0.56.2"
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-ethereum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-ethereum"
version = "0.56.1"
version = "0.56.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tycho-indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-indexer"
version = "0.56.1"
version = "0.56.2"
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-storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-storage"
version = "0.56.1"
version = "0.56.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 918c969

Please sign in to comment.