Skip to content

Commit

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

### Bug Fixes

* clean up imports ([a32f8f9](a32f8f9))
* clean up imports ([#499](#499)) ([0a8971b](0a8971b))
* fix protocol system endpoint conversion to POST ([9f8d11b](9f8d11b))
* fix protocol system endpoint conversion to POST ([#498](#498)) ([e559128](e559128))
  • Loading branch information
semantic-release-bot committed Jan 30, 2025
1 parent 0a8971b commit d59ff21
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.55.1](https://github.com/propeller-heads/tycho-indexer/compare/0.55.0...0.55.1) (2025-01-30)


### Bug Fixes

* clean up imports ([a32f8f9](https://github.com/propeller-heads/tycho-indexer/commit/a32f8f9e8ce1cc933c39ea1578aea77f4e181673))
* clean up imports ([#499](https://github.com/propeller-heads/tycho-indexer/issues/499)) ([0a8971b](https://github.com/propeller-heads/tycho-indexer/commit/0a8971ba9b7b566247431f8bd0c9c087ac2f4161))
* fix protocol system endpoint conversion to POST ([9f8d11b](https://github.com/propeller-heads/tycho-indexer/commit/9f8d11bdd2aa76ed4a7869d966142a110cb804f3))
* fix protocol system endpoint conversion to POST ([#498](https://github.com/propeller-heads/tycho-indexer/issues/498)) ([e559128](https://github.com/propeller-heads/tycho-indexer/commit/e5591282340b408c1d23a13b4d4cebf5b3b64115))

## [0.55.0](https://github.com/propeller-heads/tycho-indexer/compare/0.54.0...0.55.0) (2025-01-29)


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.55.0"
version = "0.55.1"
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.55.0"
version = "0.55.1"
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.55.0"
version = "0.55.1"
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.55.0"
version = "0.55.1"
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.55.0"
version = "0.55.1"
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.55.0"
version = "0.55.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit d59ff21

Please sign in to comment.