File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
twilight-interactions-derive Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.10.1] - 2022-03-15
10+ ### Added
11+ - Allow ` CommandModel ` and ` CreateCommand ` types to have generics (@MaxOhn )
12+ - Implement ` CommandOption ` & ` CreateOption ` for ` Cow<'_, str> ` (@MaxOhn )
13+
914## [ 0.10.0] - 2022-03-13
1015### Changed
1116- Upgraded to ` twilight-model ` 0.10.0
@@ -72,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7277### Added
7378- Initial release of ` twilight-interactions ` and ` twilight-interactions-derive ` crates.
7479
75- [ Unreleased ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.10.0...main
80+ [ Unreleased ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.10.1...main
81+ [ 0.10.1 ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.10.0...v0.10.1
7682[ 0.10.0 ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.9.1...v0.10.0
7783[ 0.9.1 ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.9.0...v0.9.1
7884[ 0.9.0 ] : https://github.com/baptiste0928/twilight-interactions/compare/v0.8.1...v0.9.0
Original file line number Diff line number Diff line change 11[package ]
22name = " twilight-interactions-derive"
3- version = " 0.10.0 "
3+ version = " 0.10.1 "
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.10.0 "
3+ version = " 0.10.1 "
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.10"
23- twilight-interactions-derive = { version = " =0.10.0 " , path = " ../twilight-interactions-derive" , optional = true }
23+ twilight-interactions-derive = { version = " =0.10.1 " , path = " ../twilight-interactions-derive" , optional = true }
2424
2525[dev-dependencies ]
2626maplit = " 1"
You can’t perform that action at this time.
0 commit comments