Skip to content

Commit a03ce40

Browse files
committed
v0.25.0
1 parent 41dc84d commit a03ce40

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
### Security
2626
- N/A
2727

28+
## [0.25.0] - 2024-11-22
29+
30+
### Added
31+
- Allow setting `description:` to `StaticSelect`, `MultiStaticSelect`, `RadioButtons`, & any `OptionGroup`s. (#195 by @resputin)
32+
2833

2934
## [0.24.0] - 2024-04-07
3035

@@ -192,7 +197,8 @@ This release contains a breaking change on the `Layout::Actions` interface.
192197
- Fixed initial options in multi select blocks (#46 by @caalberts)
193198

194199

195-
[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.24.0...HEAD
200+
[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.25.0...HEAD
201+
[0.25.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.24.0...v0.25.0
196202
[0.24.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.23.0...v0.24.0
197203
[0.23.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.22.0...v0.23.0
198204
[0.22.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.21.0...v0.22.0

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
slack-ruby-block-kit (0.24.0)
4+
slack-ruby-block-kit (0.25.0)
55
zeitwerk (~> 2.6)
66

77
GEM
@@ -121,7 +121,7 @@ GEM
121121
strscan (3.1.0)
122122
tty-option (0.3.0)
123123
unicode-display_width (2.1.0)
124-
zeitwerk (2.6.15)
124+
zeitwerk (2.6.18)
125125

126126
PLATFORMS
127127
ruby

lib/slack/block_kit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Slack
44
module BlockKit
5-
VERSION = '0.24.0'
5+
VERSION = '0.25.0'
66
end
77
end

0 commit comments

Comments
 (0)