Skip to content

Commit

Permalink
release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Dec 1, 2023
1 parent f520217 commit 96bb8de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.4.1] - Dec 1 2023

### Bug fixes

- fixed a typo that caused `"r"` to be stripped instead of the carriage return
Expand Down Expand Up @@ -58,6 +60,8 @@

- the `Chunks` iterator no longer implements `ExactSizeIterator`;

[Unreleased]: https://github.com/nomad/crop/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/nomad/crop/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/nomad/crop/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/nomad/crop/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/nomad/crop/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/nomad/crop/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crop"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.65"
authors = ["Riccardo Mazzarini <[email protected]>"]
Expand Down

0 comments on commit 96bb8de

Please sign in to comment.