Skip to content

Commit

Permalink
Bump to 0.9.0-rc.4 (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Oct 24, 2020
1 parent 7e55a0e commit b210a60
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
This project mostly adheres to [Semantic Versioning][semver].

## [0.9.0-rc.4] - 2020-10-24

Thanks to the following for their contributions:

- [@acdenisSK]

### Changed

- [misc] Increase the type length limit ([@acdenisSK]) [c:7e55a0e]

## [0.9.0-rc.3] - 2020-10-23

Thanks to the following for their contributions:
Expand Down Expand Up @@ -3713,6 +3723,7 @@ rest::get_guilds(GuildPagination::After(GuildId(777)), 50);

Initial commit.

[0.9.0-rc.4]: https://github.com/serenity-rs/serenity/compare/v0.9.0-rc.3...v0.9.0-rc.4
[0.9.0-rc.3]: https://github.com/serenity-rs/serenity/compare/v0.9.0-rc.2...v0.9.0-rc.3
[0.9.0-rc.2]: https://github.com/serenity-rs/serenity/compare/v0.9.0-rc.1...v0.9.0-rc.2
[0.9.0-rc.1]: https://github.com/serenity-rs/serenity/compare/v0.9.0-rc.0...v0.9.0-rc.1
Expand Down Expand Up @@ -3908,6 +3919,8 @@ Initial commit.
[@zeyla]: https://github.com/zeyla


[c:7e55a0e]: https://github.com/serenity-rs/serenity/commit/7e55a0e6eec2106b0ca540822772706232aa2a1f

[c:5bb8342]: https://github.com/serenity-rs/serenity/commit/5bb8342b018bc60def13f36218fd9ee31ce18c0d
[c:a1b3c8d]: https://github.com/serenity-rs/serenity/commit/a1b3c8ddbfde9fdcd6484d99a6f4ad6bc25a742c
[c:8c30b40]: https://github.com/serenity-rs/serenity/commit/8c30b402d7c6259380c8f989d37c1d5df7a3ed9e
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.9.0-rc.3"
version = "0.9.0-rc.4"
edition = "2018"

[dependencies]
Expand All @@ -28,7 +28,7 @@ version = "0.2"

[dependencies.command_attr]
path = "./command_attr"
version = "0.3.0-rc.2"
version = "0.3.0-rc.4"
optional = true

[dependencies.serde]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
serenity = "0.9.0-rc.3"
serenity = "0.9.0-rc.4"
```

Serenity supports a minimum of Rust 1.40.
Expand All @@ -115,7 +115,7 @@ Cargo.toml:
[dependencies.serenity]
default-features = false
features = ["pick", "your", "feature", "names", "here"]
version = "0.9.0-rc.3"
version = "0.9.0-rc.4"
```

The default features are: `builder`, `cache`, `client`, `framework`, `gateway`,
Expand Down Expand Up @@ -175,7 +175,7 @@ features = [
"utils",
"rustls_backend",
]
version = "0.9.0-rc.3"
version = "0.9.0-rc.4"
```

# Dependencies
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.3.0-rc.3"
version = "0.3.0-rc.4"
authors = ["acdenisSK <acdenissk69@gmail.com>"]
edition = "2018"
description = "Procedural macros for command creation for the Serenity library."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//!
//! ```toml
//! [dependencies]
//! serenity = "0.9.0-rc.3"
//! serenity = "0.9.0-rc.4"
//! ```
//!
//! [`Cache`]: cache/struct.Cache.html
Expand Down

0 comments on commit b210a60

Please sign in to comment.