Skip to content

Commit

Permalink
Release v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Feb 20, 2024
1 parent 7125623 commit cdc8a57
Show file tree
Hide file tree
Showing 2 changed files with 5 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 = "archery"
description = "Abstract over the atomicity of reference-counting pointers"
version = "1.1.1-pre"
version = "1.2.0"
authors = ["Diogo Sousa <diogogsousa@gmail.com>"]

edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit cdc8a57

Please sign in to comment.