Skip to content

Commit

Permalink
chore: bump version to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Jan 17, 2025
1 parent 1e00d01 commit 1a8e0d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 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.16.0] - 2025-01-17
### Changed
- Updated to `twilight-model` 0.16 (@randomairborne)

## [0.16.0-rc.1] - 2024-05-16
### Added
- A basic example bot implementation has been added in the `examples` directory
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ To install `twilight-interactions`, add the following to your `Cargo.toml`:

```toml
[dependencies]
twilight-interactions = "0.15"
twilight-interactions = "0.16"
```

The crate's major version follows the version of the official twilight crates.
The current MSRV is `1.67`.
The current MSRV is `1.79`.

## Documentation

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.16.0-rc.1"
version = "0.16.0"
description = "Macros and utilities to make Discord Interactions easy to use with Twilight."
categories = ["parsing", "config", "asynchronous"]
keywords = ["twilight", "discord", "slash-command"]
Expand All @@ -19,7 +19,7 @@ default = ["derive"]
derive = ["twilight-interactions-derive"]

[dependencies]
twilight-model = "0.16.0"
twilight-model = "0.16"
twilight-interactions-derive = { version = "=0.16.0", path = "../twilight-interactions-derive", optional = true }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 1a8e0d6

Please sign in to comment.