Skip to content

Commit

Permalink
chore: release v6.1.0 (#1223)
Browse files Browse the repository at this point in the history
## Description

This PR upates the CHANGELOG and changeset entries to get ready for
Desmos Core `v.6.1.0` release.

---

### Author Checklist

*All items are required. Please add a note to the item if the item is
not applicable and
please add links to any relevant follow up issues.*

I have...

- [x] included the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR
Targeting](https://github.com/desmos-labs/desmos/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building
modules](https://docs.cosmos.network/v0.44/building-modules/intro.html)
- [ ] included the necessary unit and integration
[tests](https://github.com/desmos-labs/desmos/blob/master/CONTRIBUTING.md#testing)
- [x] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go
code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [x] reviewed "Files changed" and left comments if necessary
- [x] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable
and please add
your handle next to the items reviewed if you only reviewed selected
items.*

I have...

- [ ] confirmed the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
  • Loading branch information
RiccardoM committed Aug 30, 2023
1 parent 16fcf97 commit 6ea7315
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 24 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-->
## Version 6.1.0
### Features
#### Other
- ([\#1221](https://github.com/desmos-labs/desmos/pull/1221)) Added `pruning` and `snapshots` command

### Bug Fixes
#### Profiles
- ([\#1222](https://github.com/desmos-labs/desmos/pull/1222)) Utilized the `x/profiles` keeper pointer within the `x/profiles` message server

#### Other
- ([\#1218](https://github.com/desmos-labs/desmos/pull/1218)) Registered missing CosmWasm Stargate queries

## Version 6.0.0
### Features
#### Subspaces
Expand Down

0 comments on commit 6ea7315

Please sign in to comment.