Skip to content

Commit 91db660

Browse files
committed
chore: bump version to 0.10.0
1 parent 4e45d36 commit 91db660

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.10.0] - 2022-03-13
910
### Changed
1011
- Upgraded to `twilight-model` 0.10.0
1112

@@ -71,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7172
### Added
7273
- Initial release of `twilight-interactions` and `twilight-interactions-derive` crates.
7374

74-
[Unreleased]: https://github.com/baptiste0928/twilight-interactions/compare/v0.9.1...main
75+
[Unreleased]: https://github.com/baptiste0928/twilight-interactions/compare/v0.10.0...main
76+
[0.10.0]: https://github.com/baptiste0928/twilight-interactions/compare/v0.9.1...v0.10.0
7577
[0.9.1]: https://github.com/baptiste0928/twilight-interactions/compare/v0.9.0...v0.9.1
7678
[0.9.0]: https://github.com/baptiste0928/twilight-interactions/compare/v0.8.1...v0.9.0
7779
[0.8.1]: https://github.com/baptiste0928/twilight-interactions/compare/v0.8.0...v0.8.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To install `twilight-interactions`, add the following to your `Cargo.toml`:
3131

3232
```toml
3333
[dependencies]
34-
twilight-interactions = "0.9.1"
34+
twilight-interactions = "0.10.0"
3535
```
3636

3737
The crate major version follow the version of the official twilight crates.

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.9.1"
3+
version = "0.10.0"
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.9.1"
3+
version = "0.10.0"
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.9.1", path = "../twilight-interactions-derive", optional = true }
23+
twilight-interactions-derive = { version = "=0.10.0", path = "../twilight-interactions-derive", optional = true }
2424

2525
[dev-dependencies]
2626
maplit = "1"

0 commit comments

Comments
 (0)