Skip to content

Commit

Permalink
chore: bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Feb 7, 2023
1 parent 6791b46 commit fd7e22f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions 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.15.0] - 2023-02-07
### Changed
- Updated to `twilight-model` 0.15.0. (@randomairborne)

## [0.14.4] - 2023-01-14
### Added
- `GuildDirectory` and `GuildForum` channel types. (@CircuitSacul)
Expand Down Expand Up @@ -39,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Number` type has been removed in twilight-model, use `f64` instead.

## [0.12.0] - 2022-07-17
## Added
### Added
- Support for autocomplete interactions with `AutocompleteValue`.
- Added `max_length` and `max_length` attributes for `String` fields.

Expand Down Expand Up @@ -126,7 +130,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.4...main
[Unreleased]: https://github.com/baptiste0928/twilight-interactions/compare/v0.15.0...main
[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
[0.14.2]: https://github.com/baptiste0928/twilight-interactions/compare/v0.14.1...v0.14.2
Expand Down
2 changes: 1 addition & 1 deletion twilight-interactions-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/baptiste0928/twilight-interactions#readme"
repository = "https://github.com/baptiste0928/twilight-interactions"
documentation = "https://docs.rs/twilight-interactions"
edition = "2021"
rust-version = "1.60"
rust-version = "1.64"
license = "ISC"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion twilight-interactions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/baptiste0928/twilight-interactions#readme"
repository = "https://github.com/baptiste0928/twilight-interactions"
documentation = "https://docs.rs/twilight-interactions"
edition = "2021"
rust-version = "1.60"
rust-version = "1.64"
license = "ISC"
include = ["src/**/*", "README.md"]

Expand Down

0 comments on commit fd7e22f

Please sign in to comment.