Skip to content

Commit

Permalink
chore(release): 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed May 24, 2021
1 parent 4a73b39 commit aefb137
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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.18.0 (2021-05-24)


### ⚠ BREAKING CHANGES

* button should use cow and have builder (#144)

### Bug Fixes

* button should use cow and have builder ([#144](https://github.com/cakekindel/slack-blocks-rs/issues/144)) ([4a73b39](https://github.com/cakekindel/slack-blocks-rs/commit/4a73b39d4a1ba4984129fe8e89eb9dbda4ed6124))

### 0.17.2 (2021-05-24)

### 0.17.1 (2021-05-24)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.17.2"
version = "0.18.0"
description = "Models + clientside validation for Slack's JSON Block Kit"

edition = "2018"
Expand Down

0 comments on commit aefb137

Please sign in to comment.