Skip to content

Commit

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

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.4 (2021-06-04)

### 0.24.3 (2021-06-04)


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

edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
//! [issues]: https://github.com/cakekindel/slack-blocks-rs/issues/
//! [Conventional Commits]: https://www.conventionalcommits.org/en/v1.0.0/
#![doc(html_root_url = "https://docs.rs/slack-blocks/0.24.3")]
#![doc(html_root_url = "https://docs.rs/slack-blocks/0.24.4")]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(docsrs, feature(intra_rustdoc_links))]
#![deny(missing_docs)]
Expand Down

0 comments on commit 397b250

Please sign in to comment.