Skip to content

Commit

Permalink
Prepare for release v1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cessen committed Dec 30, 2021
1 parent cb2a620 commit 18e1177
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@

## [Unreleased]


## [1.3.2] - 2021-12-30

### Bug fixes
- Relax the lifetime requirements of various `RopeSlice` methods. They were unintentionally strict to begin with.
- Relax the lifetime requirements of various `RopeSlice` methods. They were unintentionally strict.


## [1.3.1] - 2021-06-22
Expand Down Expand Up @@ -267,7 +270,8 @@
- Added a changelog file.


[Unreleased]: https://github.com/cessen/ropey/compare/v1.3.1...HEAD
[Unreleased]: https://github.com/cessen/ropey/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/cessen/ropey/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/cessen/ropey/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/cessen/ropey/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/cessen/ropey/compare/v1.1.0...v1.2.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 = "ropey"
version = "1.3.1"
version = "1.3.2"
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
description = "A fast and robust text rope for Rust"
documentation = "https://docs.rs/ropey"
Expand Down

0 comments on commit 18e1177

Please sign in to comment.