Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Changelog #83

Merged
merged 2 commits into from
Feb 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,26 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [v0.50.3+1]

> v0.50.3 has been retracted due to a mistake in dependencies. Please use v0.50.3+1 instead.

### Improvements

* [#73](https://github.com/cosmos/rosetta/pull/73) Update to cosmos-sdk v0.50.3
* [#70](https://github.com/cosmos/rosetta/pull/70) Coinbase accurate dockerfile.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description "Coinbase accurate dockerfile" is vague. Clarify what specifically was improved or fixed regarding the Dockerfile.

Suggest rephrasing for clarity.


### Bug Fixes

* [#82](https://github.com/cosmos/rosetta/pull/82) Fix cosmossdk.io/core dependencies.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure the retraction note for v0.50.3 is clear and prominent to avoid confusion. Consider using a bold or italic format for emphasis.

- > v0.50.3 has been retracted due to a mistake in dependencies. Please use v0.50.3+1 instead.
+ **v0.50.3 has been retracted due to a mistake in dependencies. Please use v0.50.3+1 instead.**

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
## [v0.50.3+1]
> v0.50.3 has been retracted due to a mistake in dependencies. Please use v0.50.3+1 instead.
### Improvements
* [#73](https://github.com/cosmos/rosetta/pull/73) Update to cosmos-sdk v0.50.3
* [#70](https://github.com/cosmos/rosetta/pull/70) Coinbase accurate dockerfile.
### Bug Fixes
* [#82](https://github.com/cosmos/rosetta/pull/82) Fix cosmossdk.io/core dependencies.
## [v0.50.3+1]
**v0.50.3 has been retracted due to a mistake in dependencies. Please use v0.50.3+1 instead.**
### Improvements
* [#73](https://github.com/cosmos/rosetta/pull/73) Update to cosmos-sdk v0.50.3
* [#70](https://github.com/cosmos/rosetta/pull/70) Coinbase accurate dockerfile.
### Bug Fixes
* [#82](https://github.com/cosmos/rosetta/pull/82) Fix cosmossdk.io/core dependencies.

## [v0.50.2](https://github.com/cosmos/rosetta/releases/tag/v0.50.2) 2022-12-12

### Improvements

* [#58](https://github.com/cosmos/rosetta/pull/58) Upgraded cosmos-sdk version and removed tip handling.
* [#37](https://github.com/cosmos/rosetta/pull/37) Dockerization of Rosetta.
* [#29](https://github.com/cosmos/rosetta/pull/29) Improvements on error handling.

## v0.47.x

Expand Down
Loading