Skip to content

Commit

Permalink
Merge pull request #21 from glennib/release-plz-2025-01-06T19-56-19Z
Browse files Browse the repository at this point in the history
chore: release v0.6.0
  • Loading branch information
glennib authored Jan 6, 2025
2 parents ec9b0b6 + 85bd8eb commit 7610fd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0](https://github.com/glennib/z157/compare/v0.5.0...v0.6.0) - 2025-01-06

### Added

- [**breaking**] Remove Copy from Field to increase future compatibility
- [**breaking**] make Field methods take self by ref to increase future compatibility

## [0.5.0](https://github.com/glennib/z157/compare/v0.4.0...v0.5.0) - 2025-01-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "z157"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Glenn Bitar"]
Expand Down

0 comments on commit 7610fd7

Please sign in to comment.