Skip to content

Commit

Permalink
chore: bump version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Nov 21, 2022
1 parent a57775e commit 7acaae4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.1] - 2022-11-21
### Fixed
- Set `required` to `None` on subcommand and subcommand group options.

## [0.14.0] - 2022-11-16
### Changed
- Upgraded to `twilight-model` 0.14.
Expand Down Expand Up @@ -107,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release of `twilight-interactions` and `twilight-interactions-derive` crates.

[Unreleased]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.0...main
[Unreleased]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.1...main
[0.14.1]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/baptiste0928/twilight-interactions/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/baptiste0928/twilight-interactions/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/baptiste0928/twilight-interactions/compare/v0.11.0...v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion twilight-interactions-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twilight-interactions-derive"
version = "0.14.0"
version = "0.14.1"
description = "Macros and utilities to make Discord Interactions easy to use with Twilight."
categories = ["parsing", "config", "asynchronous"]
keywords = ["twilight", "discord", "slash-command"]
Expand Down
4 changes: 2 additions & 2 deletions twilight-interactions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twilight-interactions"
version = "0.14.0"
version = "0.14.1"
description = "Macros and utilities to make Discord Interactions easy to use with Twilight."
categories = ["parsing", "config", "asynchronous"]
keywords = ["twilight", "discord", "slash-command"]
Expand All @@ -20,7 +20,7 @@ derive = ["twilight-interactions-derive"]

[dependencies]
twilight-model = "0.14"
twilight-interactions-derive = { version = "=0.14.0", path = "../twilight-interactions-derive", optional = true }
twilight-interactions-derive = { version = "=0.14.1", path = "../twilight-interactions-derive", optional = true }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 7acaae4

Please sign in to comment.