Skip to content

Commit

Permalink
chore(release): 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed Jun 3, 2021
1 parent 651b1b7 commit acd9435
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.24.0 (2021-06-03)


### ⚠ BREAKING CHANGES

* move runtime validation to crate feature (#160)

### Features

* move runtime validation to crate feature ([#160](https://github.com/cakekindel/slack-blocks-rs/issues/160)) ([651b1b7](https://github.com/cakekindel/slack-blocks-rs/commit/651b1b7d04b6964e4cc1d7117974f0a78adee53d))

### 0.23.1 (2021-06-02)

## 0.23.0 (2021-06-02)
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.23.1"
version = "0.24.0"
description = "Models + clientside validation for Slack's JSON Block Kit"

edition = "2018"
Expand Down

0 comments on commit acd9435

Please sign in to comment.