Skip to content

Commit 53861c9

Browse files
committed
chore: bump version to 0.14.4
1 parent eccf6b6 commit 53861c9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.14.4] - 2023-01-14
10+
### Added
11+
- `GuildDirectory` and `GuildForum` channel types. (@CircuitSacul)
12+
913
## [0.14.3] - 2023-01-08
1014
### Added
1115
- Support age-restricted commands with the `nsfw` attribute.
@@ -122,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122126
### Added
123127
- Initial release of `twilight-interactions` and `twilight-interactions-derive` crates.
124128

125-
[Unreleased]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.3...main
129+
[Unreleased]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.4...main
130+
[0.14.4]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.3...v0.14.4
126131
[0.14.3]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.2...v0.14.3
127132
[0.14.2]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.1...v0.14.2
128133
[0.14.1]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.0...v0.14.1

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

2525
[package.metadata.docs.rs]
2626
all-features = true

0 commit comments

Comments
 (0)