Skip to content

Commit

Permalink
chore(release): 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed Jun 5, 2021
1 parent f57eb4d commit ca68a89
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.25.0 (2021-06-05)


### ⚠ BREAKING CHANGES

* crate should support header block and thoroughly document blox module (#165)

### Features

* crate should support header block and thoroughly document blox module ([#165](https://github.com/cakekindel/slack-blocks-rs/issues/165)) ([f57eb4d](https://github.com/cakekindel/slack-blocks-rs/commit/f57eb4d558bcc29c335ffea49c63d9c01ef56750))

### 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.4"
version = "0.25.0"
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.4")]
#![doc(html_root_url = "https://docs.rs/slack-blocks/0.25.0")]
#![cfg_attr(docsrs, feature(doc_cfg))]
// #![feature(doc_cfg)] // for local docs
#![deny(missing_docs)]
Expand Down

0 comments on commit ca68a89

Please sign in to comment.