Skip to content

Commit 9b29830

Browse files
kaicohCopilot
andauthored
Release v0.7.2 (#32)
* Bump up to v0.7.2 * Add missing export object * Initial plan * Add v0.7.2 changelog entry Co-authored-by: kaicoh <27970053+kaicoh@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kaicoh <27970053+kaicoh@users.noreply.github.com>
1 parent ad5f931 commit 9b29830

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.7.2][] - 2025-12-18
4+
5+
- Add missing builder exports in composition objects module.
6+
37
## [0.7.1][] - 2025-12-17
48

59
### Breaking Changes from v0.6.0
@@ -119,6 +123,7 @@ And the `select menu element` and the `multi-select menu element` are renewed.
119123

120124
- pre-release
121125

126+
[0.7.2]: https://github.com/kaicoh/slack-messaging/releases/v0.7.2
122127
[0.7.1]: https://github.com/kaicoh/slack-messaging/releases/v0.7.1
123128
[0.7.0]: https://github.com/kaicoh/slack-messaging/releases/v0.7.0
124129
[0.6.0]: https://github.com/kaicoh/slack-messaging/releases/v0.6.0

slack-messaging-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slack-messaging-derive"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2024"
55
authors = ["kaicoh <sumireminami@gmail.com>"]
66
keywords = ["slack", "messaging", "webhook"]

slack-messaging/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slack-messaging"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["kaicoh <sumireminami@gmail.com>"]
55
edition = "2024"
66
keywords = ["slack", "messaging", "webhook"]
@@ -20,7 +20,7 @@ paste = "1.0"
2020
regex = "1.12"
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"
23-
slack-messaging-derive = { version = "0.7.1", path = "../slack-messaging-derive" }
23+
slack-messaging-derive = { version = "0.7.2", path = "../slack-messaging-derive" }
2424
thiserror = "2.0"
2525

2626
[dev-dependencies]

slack-messaging/src/composition_objects/builders.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pub use super::confirmation_dialog::ConfirmationDialogBuilder;
22
pub use super::conversation_filter::ConversationFilterBuilder;
3+
pub use super::dispatch_action_configuration::DispatchActionConfigurationBuilder;
34
pub use super::option::OptBuilder;
45
pub use super::option_group::OptGroupBuilder;
56
pub use super::slack_file::SlackFileBuilder;

0 commit comments

Comments
 (0)