Skip to content

Commit

Permalink
chore: bump version to 0.1.3
Browse files Browse the repository at this point in the history
I've been bumping the version routinely to ensure the proper versions
are used on the relevant nodes. Also adds a changelog, to keep things
organized.
  • Loading branch information
conorsch committed Jan 29, 2025
1 parent 4bcbcc0 commit 8aa5470
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
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 <team@penumbralabs.xyz"]
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

0 comments on commit 8aa5470

Please sign in to comment.