Skip to content

Commit

Permalink
Prepare release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sid Olofsson committed Nov 12, 2023
1 parent 6baf02c commit 9916fae
Show file tree
Hide file tree
Showing 2 changed files with 9 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.12.0"
version = "0.13.0"
repository = "https://github.com/sidju/add-ed"
readme = "README.md"
categories = ["text-editors"]
Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.13.0

- Change macro arg specification to an enum, for better: flexibility,
forward compability, clarity and serialization.
- Also changed macro construction to a minimal constructor with builder
pattern modifiers, to make it easier to add more fields in a consistent
manner.

# 0.12.0

- Make markdown files conform to best practices (empty lines after headings).
Expand Down

0 comments on commit 9916fae

Please sign in to comment.