From 8aa547069ffad2b6608ecef02bfd2da06fa715fd Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Sun, 26 Jan 2025 13:40:35 -0800 Subject: [PATCH] chore: bump version to 0.1.3 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. --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..71dbbc4 --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.lock b/Cargo.lock index fdfc00a..2b03d77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4958,7 +4958,7 @@ dependencies = [ [[package]] name = "penumbra-reindexer" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8a6584c..dbfbe19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Penumbra Labs