Skip to content

Commit

Permalink
fix(math): revert #16263
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Aug 21, 2023
1 parent 1089f71 commit d4c672a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j

# Changelog

## [math/v1.1.2](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.1.2) - 2023-08-21

### Bug Fixes

* [#]() Revert [#16263](https://github.com/cosmos/cosmos-sdk/pull/16263).

## [math/v1.1.1](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.1.1) - 2023-08-21

### Bug Fixes
Expand Down
3 changes: 3 additions & 0 deletions math/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

// Issue with math.Int{}.Size() implementation.
retract [v1.1.0, v1.1.1]

0 comments on commit d4c672a

Please sign in to comment.