Skip to content

Commit

Permalink
chore: bumps version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-gt committed Dec 12, 2024
1 parent eaacdfe commit 9b27a06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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.6.1] - 2024-12-12

### Fixed

- allow rustc [`non_local_definition`](https://doc.rust-lang.org/rustc/lints/listing/warn-by-default.html#non-local-definitions) warning on builder derive

## [0.5.4] - 2024-04-02

### Changed
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.6.0"
version = "0.6.1"
authors = ["Joshua Gilman <[email protected]>"]
description = "A Rust library for interacting with HTTP API endpoints."
license = "MIT"
Expand Down

0 comments on commit 9b27a06

Please sign in to comment.