Skip to content

Commit

Permalink
Release v1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Aug 13, 2024
1 parent e42a308 commit d9d72f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.2.1-pre"
version = "1.2.1"
authors = ["Diogo Sousa <[email protected]>"]

edition = "2021"
Expand Down
6 changes: 5 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Release notes

## 1.2.1

* No longer depend on `static_assertions`.

## 1.2.0

* Added support for serde. This gated behind the `serde` feature.
* Added support for serde. This is gated behind the `serde` feature.

## 1.1.0

Expand Down

0 comments on commit d9d72f8

Please sign in to comment.