diff --git a/Cargo.toml b/Cargo.toml index e30abe0..bd67509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "archery" description = "Abstract over the atomicity of reference-counting pointers" -version = "1.1.1-pre" +version = "1.2.0" authors = ["Diogo Sousa "] edition = "2021" diff --git a/release-notes.md b/release-notes.md index 004f4e4..ad8783d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,9 @@ # Release notes +## 1.2.0 + +* Added support for serde. This gated behind the `serde` feature. + ## 1.1.0 * Added support for `triomphe::Arc` as a pointer kind. This gated behind the `triomphe` feature.