Skip to content

Commit

Permalink
Added release notes for the 0.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Feb 25, 2019
1 parent b3b3b0b commit 610f024
Show file tree
Hide file tree
Showing 2 changed files with 6 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 = "0.0.0"
version = "0.1.0-pre"
authors = ["Diogo Sousa <[email protected]>"]

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

## 0.1.0

* Initial release with `SharedPointer`, `SharedPointerKind`, `SharedPointerKindRc`, and `SharedPointerKindArc`.
* Functionality exposed from the underlying pointers: `deref()`, `make_mut()`, `clone()`.

0 comments on commit 610f024

Please sign in to comment.