Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux committed Apr 17, 2024
1 parent f67fee3 commit 39b3717
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 1.1.1
- **Fix** Missing deserialization of `Delta`

## 1.1.0
- Shorthand for attributes
- Creation of `Delta`s less chatty
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quill-delta-rs"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
license = "MIT"
description = "Implementation of Quill editor Delta format in Rust"
Expand Down

0 comments on commit 39b3717

Please sign in to comment.