File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
twilight-interactions-derive Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.14.4] - 2023-01-14
10+ ### Added
11+ - ` GuildDirectory ` and ` GuildForum ` channel types. (@CircuitSacul )
12+
913## [ 0.14.3] - 2023-01-08
1014### Added
1115- Support age-restricted commands with the ` nsfw ` attribute.
@@ -122,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122126### Added
123127- Initial release of ` twilight-interactions ` and ` twilight-interactions-derive ` crates.
124128
125- [ Unreleased ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.14.3...main
129+ [ Unreleased ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.14.4...main
130+ [ 0.14.4 ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.14.3...v0.14.4
126131[ 0.14.3 ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.14.2...v0.14.3
127132[ 0.14.2 ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.14.1...v0.14.2
128133[ 0.14.1 ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.14.0...v0.14.1
Original file line number Diff line number Diff line change 11[package ]
22name = " twilight-interactions-derive"
3- version = " 0.14.3 "
3+ version = " 0.14.4 "
44description = " Macros and utilities to make Discord Interactions easy to use with Twilight."
55categories = [" parsing" , " config" , " asynchronous" ]
66keywords = [" twilight" , " discord" , " slash-command" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " twilight-interactions"
3- version = " 0.14.3 "
3+ version = " 0.14.4 "
44description = " Macros and utilities to make Discord Interactions easy to use with Twilight."
55categories = [" parsing" , " config" , " asynchronous" ]
66keywords = [" twilight" , " discord" , " slash-command" ]
@@ -20,7 +20,7 @@ derive = ["twilight-interactions-derive"]
2020
2121[dependencies ]
2222twilight-model = " 0.14.1"
23- twilight-interactions-derive = { version = " =0.14.3 " , path = " ../twilight-interactions-derive" , optional = true }
23+ twilight-interactions-derive = { version = " =0.14.4 " , path = " ../twilight-interactions-derive" , optional = true }
2424
2525[package .metadata .docs .rs ]
2626all-features = true
You can’t perform that action at this time.
0 commit comments