diff --git a/CHANGELOG.md b/CHANGELOG.md index 553b28776..dbabbcccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.55.2](https://github.com/propeller-heads/tycho-indexer/compare/0.55.1...0.55.2) (2025-02-05) + + +### Bug Fixes + +* update ChangeType enum derived traits ([2e9032e](https://github.com/propeller-heads/tycho-indexer/commit/2e9032ea0afe219e897f87d4bcbf10c9360bb011)) +* update ChangeType enum derived traits ([#502](https://github.com/propeller-heads/tycho-indexer/issues/502)) ([383e348](https://github.com/propeller-heads/tycho-indexer/commit/383e3482f45bb7960ad6e2593c3d54e964b6357d)) + ## [0.55.1](https://github.com/propeller-heads/tycho-indexer/compare/0.55.0...0.55.1) (2025-01-30) diff --git a/Cargo.lock b/Cargo.lock index bc374b861..fbb52aa3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6920,7 +6920,7 @@ dependencies = [ [[package]] name = "tycho-client" -version = "0.55.1" +version = "0.55.2" dependencies = [ "anyhow", "async-trait", @@ -6959,7 +6959,7 @@ dependencies = [ [[package]] name = "tycho-core" -version = "0.55.1" +version = "0.55.2" dependencies = [ "anyhow", "async-trait", @@ -6987,7 +6987,7 @@ dependencies = [ [[package]] name = "tycho-ethereum" -version = "0.55.1" +version = "0.55.2" dependencies = [ "anyhow", "async-trait", @@ -7014,7 +7014,7 @@ dependencies = [ [[package]] name = "tycho-indexer" -version = "0.55.1" +version = "0.55.2" dependencies = [ "actix", "actix-rt", @@ -7077,7 +7077,7 @@ dependencies = [ [[package]] name = "tycho-storage" -version = "0.55.1" +version = "0.55.2" dependencies = [ "async-trait", "chrono", diff --git a/tycho-client-py/pyproject.toml b/tycho-client-py/pyproject.toml index b95638abe..79d9c2bc7 100644 --- a/tycho-client-py/pyproject.toml +++ b/tycho-client-py/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "tycho-indexer-client" # this is versioned in lockstep with all other tycho packages -version = "0.55.1" +version = "0.55.2" description = "A package for interacting with the Tycho API." readme = "README.md" authors = [ diff --git a/tycho-client/Cargo.toml b/tycho-client/Cargo.toml index 17493618a..601eb01f6 100644 --- a/tycho-client/Cargo.toml +++ b/tycho-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-client" -version = "0.55.1" +version = "0.55.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tycho-core/Cargo.toml b/tycho-core/Cargo.toml index a8b379bd5..d79008cef 100644 --- a/tycho-core/Cargo.toml +++ b/tycho-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-core" -version = "0.55.1" +version = "0.55.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tycho-ethereum/Cargo.toml b/tycho-ethereum/Cargo.toml index 172d2a79d..d5d54fd09 100644 --- a/tycho-ethereum/Cargo.toml +++ b/tycho-ethereum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-ethereum" -version = "0.55.1" +version = "0.55.2" edition = "2021" [dependencies] diff --git a/tycho-indexer/Cargo.toml b/tycho-indexer/Cargo.toml index ffdff6442..aa33230f8 100644 --- a/tycho-indexer/Cargo.toml +++ b/tycho-indexer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-indexer" -version = "0.55.1" +version = "0.55.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tycho-storage/Cargo.toml b/tycho-storage/Cargo.toml index 751c6e7e1..53f74db09 100644 --- a/tycho-storage/Cargo.toml +++ b/tycho-storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-storage" -version = "0.55.1" +version = "0.55.2" edition = "2021" [dependencies]