Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Sep 27, 2023
1 parent 92e1d3f commit 4a1a033
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## `0.8.2`

* (@teohanhui) Add the `missing=` annotation which allows the user to specify a
function to call to construct a value if no value was found in the document
* (@teohanhui) Add the `MaybeMissing` which tracks whether a value was present
in the document at all

## `0.8.1`

* Improvements to macro hygiene courtesy of @teohhanhui
Expand Down
2 changes: 1 addition & 1 deletion autosurgeon-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autosurgeon-derive"
version = "0.7.1"
version = "0.8.0"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions autosurgeon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autosurgeon"
version = "0.8.1"
version = "0.8.2"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand All @@ -11,7 +11,7 @@ license = { workspace = true }

[dependencies]
automerge = { workspace = true }
autosurgeon-derive = { path = "../autosurgeon-derive", version = "0.7.1" }
autosurgeon-derive = { path = "../autosurgeon-derive", version = "0.8.0" }
similar = "2.2.1"
thiserror = "1.0.37"
uuid = { version = "1.2.2", optional = true }
Expand Down

0 comments on commit 4a1a033

Please sign in to comment.