From d4a48f3730a62d961d7ba1227b1febd453cfc2ae Mon Sep 17 00:00:00 2001 From: Andrew Low Date: Wed, 28 Aug 2024 16:47:38 -0700 Subject: [PATCH] release v0.3.3 --- .changelog/738.feature.md | 1 - .changelog/739.bugfix.md | 5 ----- .changelog/740.internal.md | 1 - .changelog/742.feature.md | 1 - .punch_version.py | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ 6 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 .changelog/738.feature.md delete mode 100644 .changelog/739.bugfix.md delete mode 100644 .changelog/740.internal.md delete mode 100644 .changelog/742.feature.md diff --git a/.changelog/738.feature.md b/.changelog/738.feature.md deleted file mode 100644 index 0697cb248..000000000 --- a/.changelog/738.feature.md +++ /dev/null @@ -1 +0,0 @@ -api: add total delegators to /validators diff --git a/.changelog/739.bugfix.md b/.changelog/739.bugfix.md deleted file mode 100644 index 6f5b356cc..000000000 --- a/.changelog/739.bugfix.md +++ /dev/null @@ -1,5 +0,0 @@ -post 0.3.2 fixes - -api: filters out old rofl txs that were not parsed properly -during a 2 week span in early July. -db: retroactively updates the runtime tx fee denom to default to ''. diff --git a/.changelog/740.internal.md b/.changelog/740.internal.md deleted file mode 100644 index 264538c3c..000000000 --- a/.changelog/740.internal.md +++ /dev/null @@ -1 +0,0 @@ -analyzer: rename validator_staking_history config option diff --git a/.changelog/742.feature.md b/.changelog/742.feature.md deleted file mode 100644 index a3f6ad68e..000000000 --- a/.changelog/742.feature.md +++ /dev/null @@ -1 +0,0 @@ -api: add cumulative_voting_power to validators endpoint diff --git a/.punch_version.py b/.punch_version.py index dac4932a7..64d4cba11 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ major = 0 minor = 3 -patch = 2 +patch = 3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fb88a54..bf0a4d3f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,30 @@ The format is inspired by [Keep a Changelog]. +## 0.3.3 (2024-08-28) + +### Features + +- api: add total delegators to /validators + ([#738](https://github.com/oasisprotocol/nexus/issues/738)) + +- api: add cumulative_voting_power to validators endpoint + ([#742](https://github.com/oasisprotocol/nexus/issues/742)) + +### Bug Fixes and Improvements + +- post 0.3.2 fixes + ([#739](https://github.com/oasisprotocol/nexus/issues/739)) + + api: filters out old rofl txs that were not parsed properly + during a 2 week span in early July. + db: retroactively updates the runtime tx fee denom to default to ''. + +### Internal Changes + +- analyzer: rename validator_staking_history config option + ([#740](https://github.com/oasisprotocol/nexus/issues/740)) + ## 0.3.2 (2024-08-12) ### Removals and Breaking Changes