Skip to content

Commit 6756e8c

Browse files
committed
chore: bump version to 0.10.1
1 parent e433bf9 commit 6756e8c

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
@@ -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

twilight-interactions-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 = "twilight-interactions-derive"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Macros and utilities to make Discord Interactions easy to use with Twilight."
55
categories = ["parsing", "config", "asynchronous"]
66
keywords = ["twilight", "discord", "slash-command"]

twilight-interactions/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twilight-interactions"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Macros and utilities to make Discord Interactions easy to use with Twilight."
55
categories = ["parsing", "config", "asynchronous"]
66
keywords = ["twilight", "discord", "slash-command"]
@@ -20,7 +20,7 @@ derive = ["twilight-interactions-derive"]
2020

2121
[dependencies]
2222
twilight-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]
2626
maplit = "1"

0 commit comments

Comments
 (0)