Skip to content

Commit

Permalink
chore: bump version to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Mar 26, 2023
1 parent 4974893 commit 8919e08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.15.1] - 2023-03-26
### Fixed
- Attribute parameters names are now correctly validated. (#21)

Expand Down Expand Up @@ -136,7 +138,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.15.0...main
[Unreleased]: https://github.com/baptiste0928/twilight-interactions/compare/v0.15.1...main
[0.15.1]: https://github.com/baptiste0928/twilight-interactions/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.4...v0.15.0
[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
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.15.0"
version = "0.15.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.15.0"
version = "0.15.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.15.0"
twilight-interactions-derive = { version = "=0.15.0", path = "../twilight-interactions-derive", optional = true }
twilight-interactions-derive = { version = "=0.15.1", path = "../twilight-interactions-derive", optional = true }

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

0 comments on commit 8919e08

Please sign in to comment.