Skip to content

Commit

Permalink
Bump version to 0.5.4 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-gt authored May 2, 2024
1 parent 33d2aea commit 152c5cd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.4] - 2024-04-02

### Changed

- Bump request to 0.12

## [0.5.3] - 2022-03-15

### Fixed
Expand Down Expand Up @@ -166,7 +172,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/jmgilman/rustify/compare/v0.5.3..HEAD
[unreleased]: https://github.com/jmgilman/rustify/compare/v0.5.4..HEAD
[0.5.4]: https://github.com/jmgilman/rustify/releases/tag/v0.5.4
[0.5.3]: https://github.com/jmgilman/rustify/releases/tag/v0.4.4
[0.5.2]: https://github.com/jmgilman/rustify/releases/tag/v0.5.2
[0.5.1]: https://github.com/jmgilman/rustify/releases/tag/v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustify"
version = "0.5.3"
version = "0.5.4"
authors = ["Joshua Gilman <[email protected]>"]
description = "A Rust library for interacting with HTTP API endpoints."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add rustify as a dependency to your cargo.toml:

```toml
[dependencies]
rustify = "0.5.3"
rustify = "0.5.4"
rustify_derive = "0.5.2"
```

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//!
//! ```ignore
//! [dependencies]
//! rustify = "0.5.3"
//! rustify = "0.5.4"
//! rustify_derive = "0.5.2"
//! ```
//!
Expand Down

0 comments on commit 152c5cd

Please sign in to comment.