Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version to 0.1.3 #27

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Unreleased

Nothing Yet!

# Version 0.1.3 (2025-01-29)

* feat: add support for `penumbra-testnest-phobos-2` chain
* feat: add safeguard against plans not matching the archive
* build: fix builds on macos

# Version 0.1.2 (2025-01-21)

Adds support for the `v0.81.x` protocol changes for the `penumbra-1` chain.

# Version 0.1.1 (2024-12-18)

Bumps the `v0.80.x` deps to `v0.80.11`, to stay in sync with upstream changes.

# Version 0.1.0 (2024-08-25)

Initial release, supporting chain upgrades from `v0.79.x` to `v0.80.x` on the `penumbra-1` chain.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -4,7 +4,7 @@ authors = ["Penumbra Labs <[email protected]"]
description = "A reindexing tool for Penumbra ABCI event data"
homepage = "https://penumbra.zone"
repository = "https://github.com/penumbra-zone/reindexer"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down
Loading