Skip to content

Commit 7d85578

Browse files
chore(release): 0.78.3 [skip ci]
## [0.78.3](0.78.2...0.78.3) (2025-07-22)
1 parent 1e0f570 commit 7d85578

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [0.78.3](https://github.com/propeller-heads/tycho-indexer/compare/0.78.2...0.78.3) (2025-07-22)
2+
13
## [0.78.2](https://github.com/propeller-heads/tycho-indexer/compare/0.78.1...0.78.2) (2025-07-21)
24

35
## [0.78.1](https://github.com/propeller-heads/tycho-indexer/compare/0.78.0...0.78.1) (2025-07-18)

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.package]
13-
version = "0.78.2"
13+
version = "0.78.3"
1414
repository = "https://github.com/propeller-heads/tycho-indexer"
1515
homepage = "https://www.propellerheads.xyz/tycho"
1616
documentation = "https://docs.propellerheads.xyz/tycho"
@@ -45,10 +45,10 @@ uuid = { version = "1.4.1", features = [
4545
"macro-diagnostics",
4646
] }
4747
hex = "0.4.3"
48-
tycho-common = { path = "./tycho-common", version = "0.78.2" }
49-
tycho-storage = { path = "./tycho-storage", version = "0.78.2" }
50-
tycho-ethereum = { path = "./tycho-ethereum", features = ["onchain_data"], version = "0.78.2" }
51-
tycho-client = { path = "./tycho-client", version = "0.78.2" }
48+
tycho-common = { path = "./tycho-common", version = "0.78.3" }
49+
tycho-storage = { path = "./tycho-storage", version = "0.78.3" }
50+
tycho-ethereum = { path = "./tycho-ethereum", features = ["onchain_data"], version = "0.78.3" }
51+
tycho-client = { path = "./tycho-client", version = "0.78.3" }
5252
futures03 = { version = "0.3.1", package = "futures", features = ["compat"] }
5353
thiserror = "1"
5454
tracing = "0.1.37"

tycho-client-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55
[project]
66
name = "tycho-indexer-client"
77
# this is versioned in lockstep with all other tycho packages
8-
version = "0.78.2"
8+
version = "0.78.3"
99
description = "A package for interacting with the Tycho API."
1010
readme = "README.md"
1111
authors = [

0 commit comments

Comments
 (0)