Skip to content

Commit 2c6117e

Browse files
author
Alex | Interchain Labs
authored
refactor: remove Dec type (#24375)
1 parent b49e864 commit 2c6117e

File tree

12 files changed

+192
-3895
lines changed

12 files changed

+192
-3895
lines changed

math/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,22 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j
3636

3737
## [Unreleased]
3838

39-
## [math/v1.5.2](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.5.2) - 2025-03-31
39+
## [math/v1.5.3](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.5.3) - 2025-04-04
40+
41+
* [#24375](https://github.com/cosmos/cosmos-sdk/pull/24375) Remove GDA decimal type. NOTE: the previous v1.5.x family releases have been retracted as they were released with broken features. This release sets `math` to support everything in the `v1.4.x` family with testing improvements and dependency bumps
42+
43+
## [RETRACTED math/v1.5.2](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.5.2) - 2025-03-31
4044

4145
### Features
4246

4347
* [#24343](https://github.com/cosmos/cosmos-sdk/pull/24343) feat(math/Dec): Add comparison and utility APIs MinDec, MaxDec, Neg(), Abs(), GT(), GTE(), LT(), LTE().
4448
* [#24229](https://github.com/cosmos/cosmos-sdk/pull/24229) Add `DecFromLegacyDec` migration function.
45-
46-
## [math/v1.5.1](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.5.1) - 2025-03-28
49+
50+
## [RETRACTED math/v1.5.1](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.5.1) - 2025-03-28
4751

4852
* [#24185](https://github.com/cosmos/cosmos-sdk/issues/24185) Minor dependency bumps
4953

50-
## [math/v1.5.0](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.5.0) - 2025-01-06
54+
## [RETRACTED math/v1.5.0](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.5.0) - 2025-01-06
5155

5256
* [#11783](https://github.com/cosmos/cosmos-sdk/issues/11783) Upstream GDA based decimal type
5357

0 commit comments

Comments
 (0)