Skip to content

Commit

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

## [Unreleased]

## [0.4.2] - Jan 22 2024

### Bug fixes

- fixed a bug that caused `RopeSlice::line_slice()` to panic or halt forever
Expand Down Expand Up @@ -67,7 +69,8 @@

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

[Unreleased]: https://github.com/nomad/crop/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/nomad/crop/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/nomad/crop/compare/v0.4.1...v0.4.2
[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
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 = "crop"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
rust-version = "1.65"
authors = ["Riccardo Mazzarini <[email protected]>"]
Expand Down

0 comments on commit 8c10b81

Please sign in to comment.