Skip to content

Commit

Permalink
Release 0.11.2 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: David Sid Olofsson <[email protected]>
  • Loading branch information
sidju and David Sid Olofsson authored Oct 25, 2023
1 parent db23210 commit 15b9e4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "add-ed"
description = "Embeddable pure rust editor based on ED"
version = "0.11.1"
version = "0.11.2"
repository = "https://github.com/sidju/add-ed"
readme = "README.md"
categories = ["text-editors"]
Expand Down
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.11.2
Handle some panics found by fuzzing. Ironically the ones found were from
string slicing when constructing errors for invalid indices.
(Should have been part of 0.11.1, but I got a bit trigger happy and released
before thinking.)

# 0.11.1
Improve newline handling. Now a non-newline-terminated file will still open
and work correctly. This will also make all files write to disk with "\n"
(aka. "unix style") line endings, unless the IO implementation used converts
the line endings.

# 0.11.0
Nearing a stable release now, so some less clean features are remade in this
release to be easier to maintain in a stable manner forward.
Expand Down

0 comments on commit 15b9e4b

Please sign in to comment.