Skip to content

Commit

Permalink
Prepare for release v1.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cessen committed Oct 18, 2023
1 parent c185ec5 commit d41ee24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
## [Unreleased]


## [1.6.1] - 2023-10-18

- Fixed test code that was incorrect on some platforms / with some configurations.
- Minor documentation improvements.


## [1.6.0] - 2023-02-01

### New features
Expand Down Expand Up @@ -324,7 +330,8 @@
- Added a changelog file.


[Unreleased]: https://github.com/cessen/ropey/compare/v1.6.0...HEAD
[Unreleased]: https://github.com/cessen/ropey/compare/v1.6.1...HEAD
[1.6.1]: https://github.com/cessen/ropey/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/cessen/ropey/compare/v1.5.1...v1.6.0
[1.5.1]: https://github.com/cessen/ropey/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/cessen/ropey/compare/v1.4.1...v1.5.0
Expand Down Expand Up @@ -356,4 +363,4 @@
[0.5.4]: https://github.com/cessen/ropey/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/cessen/ropey/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/cessen/ropey/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/cessen/ropey/releases/tag/v0.5.1
[0.5.1]: https://github.com/cessen/ropey/releases/tag/v0.5.1
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ropey"
version = "1.6.0"
version = "1.6.1"
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
description = "A fast and robust text rope for Rust"
documentation = "https://docs.rs/ropey"
Expand All @@ -24,7 +24,7 @@ small_chunks = []

[dependencies]
smallvec = "1.0.0"
str_indices = { version = "0.4.0", default-features = false }
str_indices = { version = "0.4", default-features = false }

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit d41ee24

Please sign in to comment.