Skip to content

Commit

Permalink
Add changelog for v3.0.0 (#219)
Browse files Browse the repository at this point in the history
* Add changelog for v3.0.0

* Fix migration and tribute version

* Fix clippy and migrate version reference

* Recompile and regenerate schema
  • Loading branch information
p-offtermatt authored Jan 21, 2025
1 parent faa5e70 commit 69f00a5
Show file tree
Hide file tree
Showing 31 changed files with 692 additions and 1,659 deletions.
7 changes: 7 additions & 0 deletions .changelog/v3.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Date: January 20th, 2025

<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->
28 changes: 26 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# CHANGELOG

## v3.0.0

Date: January 20th, 2025

<!--
Add a summary for the release here.

If you don't change this message, or if this file is empty, the release
will not be created. -->

### BUG FIXES

- Fix the return type of the `HistoricalTributeClaims` query to be `HistoricalTributeClaimsResponse` instead of `Vec<TributeClaim>`
([\#206](https://github.com/informalsystems/hydro/pull/206))

### FEATURES

- Add an extra query for lockups that includes information about when lockups can vote again.
([\#208](https://github.com/informalsystems/hydro/pull/208))
- Allow users / aggregators to unlock only some specific locks instead of all their locks.
([\#213](https://github.com/informalsystems/hydro/pull/213))
- Add SpecificUserLockups and SpecificUserLockupsWithTrancheInfos queries for aggregators to be able to query only a subset of their lockups.
([\#216](https://github.com/informalsystems/hydro/pull/216))

## v2.1.0

Date: December 12th, 2024
Expand Down Expand Up @@ -71,10 +95,10 @@ Date: November 18th, 2024

- Adjusts tributes to only be claimable if their proposal received a non-zero fund deployment.
([\#164](https://github.com/informalsystems/hydro/pull/164))
- Add a minimum liquidity request value to proposals.
([\#164](https://github.com/informalsystems/hydro/pull/164))
- Allow whitelist admins to register performed liquidity deployments in the Hydro contract.
([\#164](https://github.com/informalsystems/hydro/pull/164))
- Add a minimum liquidity request value to proposals.
([\#164](https://github.com/informalsystems/hydro/pull/164))
- Allow bids to set a custom duration they would like to receive liquidity for.
([\#165](https://github.com/informalsystems/hydro/pull/165))

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
30ce648f9fead26e96aafdb5e199a7fe2ab4a8c8beba0f27367ce3bcab8d7a23 hydro.wasm
b8ab9f80560a293a879472d839e0d20a651cd0b51ad9471523e1c8c5ee0756c7 tribute.wasm
5f19172adc451140c7d14966faf217b82ed64bd70dfa518a4093d74bf8d60617 hydro.wasm
5acd797d95c0addc2b457deab521c171acad2a514b0a1624f3f07f7775aacc59 tribute.wasm
Binary file modified artifacts/hydro.wasm
Binary file not shown.
Binary file modified artifacts/tribute.wasm
Binary file not shown.
Loading

0 comments on commit 69f00a5

Please sign in to comment.