Skip to content

Commit 6231cdd

Browse files
committed
chore: bump version to 0.13.0
1 parent 17834b2 commit 6231cdd

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.13.0] - 2022-08-15
810
### Changed
911
- Upgraded to `twilight-model` 0.13.
1012
- Most types exported by this crate do not longer implement `Eq`.
@@ -100,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100102
### Added
101103
- Initial release of `twilight-interactions` and `twilight-interactions-derive` crates.
102104

103-
[Unreleased]: https://github.com/baptiste0928/twilight-interactions/compare/v0.12.0...main
105+
[Unreleased]: https://github.com/baptiste0928/twilight-interactions/compare/v0.13.0...main
106+
[0.13.0]: https://github.com/baptiste0928/twilight-interactions/compare/v0.12.0...v0.13.0
104107
[0.12.0]: https://github.com/baptiste0928/twilight-interactions/compare/v0.11.0...v0.12.0
105108
[0.11.0]: https://github.com/baptiste0928/twilight-interactions/compare/v0.10.1...v0.11.0
106109
[0.10.1]: https://github.com/baptiste0928/twilight-interactions/compare/v0.10.0...v0.10.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.12"
34+
twilight-interactions = "0.13"
3535
```
3636

3737
The crate's major version follows 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.12.0"
3+
version = "0.13.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.12.0"
3+
version = "0.13.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 = { version = "0.13" }
23-
twilight-interactions-derive = { version = "=0.12.0", path = "../twilight-interactions-derive", optional = true }
23+
twilight-interactions-derive = { version = "=0.13.0", path = "../twilight-interactions-derive", optional = true }
2424

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

0 commit comments

Comments
 (0)