Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Feb 10, 2024
1 parent 635c2bd commit a0ea137
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.8.2

* Update Buffer `reload` method to preserve cursor position or line when
possible.
* Replace GapBuffer `to_string` method with `fmt::Display` trait implementation.

### 0.8.1

* Removed unused luthor dependency
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
edition = "2021"

name = "scribe"
version = "0.8.1"
version = "0.8.2"
authors = ["Jordan MacDonald <[email protected]>"]
description = "Text editor toolkit."
homepage = "https://github.com/jmacdonald/scribe"
Expand Down

0 comments on commit a0ea137

Please sign in to comment.