Skip to content

Commit 8c10b81

Browse files
committed
release v0.4.2
1 parent 8d64ada commit 8c10b81

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.4.2] - Jan 22 2024
6+
57
### Bug fixes
68

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

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

70-
[Unreleased]: https://github.com/nomad/crop/compare/v0.4.1...HEAD
72+
[Unreleased]: https://github.com/nomad/crop/compare/v0.4.2...HEAD
73+
[0.4.2]: https://github.com/nomad/crop/compare/v0.4.1...v0.4.2
7174
[0.4.1]: https://github.com/nomad/crop/compare/v0.4.0...v0.4.1
7275
[0.4.0]: https://github.com/nomad/crop/compare/v0.3.0...v0.4.0
7376
[0.3.0]: https://github.com/nomad/crop/compare/v0.2.0...v0.3.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crop"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
rust-version = "1.65"
66
authors = ["Riccardo Mazzarini <[email protected]>"]

0 commit comments

Comments
 (0)