chore: prep math for v1.5.1 (#24185)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
This commit is contained in:
parent
056bcd7022
commit
edd47822b5
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user