chore: prep math for v1.5.1 (#24185)

Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
This commit is contained in:
Alex | Interchain Labs 2025-03-28 21:12:55 -04:00 committed by GitHub
parent 056bcd7022
commit edd47822b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -36,6 +36,10 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j
## [Unreleased]
## [math/v1.5.1](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.5.0) - 2025-03-28
* [#24185](https://github.com/cosmos/cosmos-sdk/issues/24185) Minor dependency bumps
## [math/v1.5.0](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.5.0) - 2025-01-06
* [#11783](https://github.com/cosmos/cosmos-sdk/issues/11783) Upstream GDA based decimal type

View File

@ -2,8 +2,6 @@ module cosmossdk.io/math
go 1.23.0
toolchain go1.23.7
require (
cosmossdk.io/errors v1.0.2
github.com/cockroachdb/apd/v3 v3.2.1