Skip to content

Commit

Permalink
chore(release): 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed Jun 1, 2021
1 parent 8b44945 commit f8899ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 0.21.0 (2021-06-01)


### ⚠ BREAKING CHANGES

* all structures should serialize correctly (#157)

### Features

* all structures should serialize correctly ([#157](https://github.com/cakekindel/slack-blocks-rs/issues/157)) ([8b44945](https://github.com/cakekindel/slack-blocks-rs/commit/8b44945df32c3e1cf587f28310a776bb61199a41))

### 0.20.2 (2021-05-29)

### 0.20.1 (2021-05-28)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slack-blocks"
version = "0.20.2"
version = "0.21.0"
description = "Models + clientside validation for Slack's JSON Block Kit"

edition = "2018"
Expand Down

0 comments on commit f8899ed

Please sign in to comment.