Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Nov 19, 2023
1 parent 5a575b6 commit fdf9f37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5325,7 +5325,7 @@ Initial commit.

<!-- COMPARISONS -->

[0.12.0]: https://github.com/serenity-rs/serenity/compare/v0.11.7...v0.12.0
[0.12.0]: https://github.com/serenity-rs/serenity/compare/v0.11.7...v0.12.0-rc
[0.11.7]: https://github.com/serenity-rs/serenity/compare/v0.11.6...v0.11.7
[0.11.6]: https://github.com/serenity-rs/serenity/compare/v0.11.5...v0.11.6
[0.11.5]: https://github.com/serenity-rs/serenity/compare/v0.11.4...v0.11.5
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "ISC"
name = "serenity"
readme = "README.md"
repository = "https://github.com/serenity-rs/serenity.git"
version = "0.11.7"
version = "0.12.0-rc"
edition = "2021"
rust-version = "1.74"
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]
Expand Down Expand Up @@ -50,7 +50,7 @@ parking_lot = { version = "0.12.1", optional = true }
ed25519-dalek = { version = "2.0.0", optional = true }
# serde feature only allows for serialisation,
# Serenity workspace crates
command_attr = { version = "0.4.2", path = "./command_attr", optional = true }
command_attr = { version = "0.5.0", path = "./command_attr", optional = true }
serenity-voice-model = { version = "0.1.1", path = "./voice-model", optional = true }

[dev-dependencies.http_crate]
Expand Down
2 changes: 1 addition & 1 deletion command_attr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "command_attr"
version = "0.4.2"
version = "0.5.0"
authors = ["acdenisSK <[email protected]>"]
edition = "2018"
description = "Procedural macros for command creation for the Serenity library."
Expand Down

0 comments on commit fdf9f37

Please sign in to comment.