We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6a7cd commit 607e290Copy full SHA for 607e290
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "archery"
3
description = "Abstract over the atomicity of reference-counting pointers"
4
-version = "1.2.2-pre"
+version = "1.2.2"
5
authors = ["Diogo Sousa <[email protected]>"]
6
7
edition = "2024"
release-notes.md
@@ -1,5 +1,9 @@
# Release notes
+## 1.2.2
+
+* Relicensed project under the MIT license.
## 1.2.1
8
9
* No longer depend on `static_assertions`.
0 commit comments