Skip to content

Commit

Permalink
chore: bump version to 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Jan 14, 2023
1 parent eccf6b6 commit 53861c9
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.4] - 2023-01-14
### Added
- `GuildDirectory` and `GuildForum` channel types. (@CircuitSacul)

## [0.14.3] - 2023-01-08
### Added
- Support age-restricted commands with the `nsfw` attribute.
Expand Down Expand Up @@ -122,7 +126,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.3...main
[Unreleased]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.4...main
[0.14.4]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.3...v0.14.4
[0.14.3]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.2...v0.14.3
[0.14.2]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.1...v0.14.2
[0.14.1]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.0...v0.14.1
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.3"
version = "0.14.4"
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.3"
version = "0.14.4"
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.1"
twilight-interactions-derive = { version = "=0.14.3", path = "../twilight-interactions-derive", optional = true }
twilight-interactions-derive = { version = "=0.14.4", path = "../twilight-interactions-derive", optional = true }

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

0 comments on commit 53861c9

Please sign in to comment.