Skip to content

Commit

Permalink
Release prep for 1.0.0 (#12)
Browse files Browse the repository at this point in the history
* Add initial release notes

* Bump version to 1.0.0
  • Loading branch information
alice-i-cecile authored Aug 29, 2024
1 parent ed1dd3d commit 5bf2822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "atomicow"
# TODO: Should development versions have the `-dev` suffix, like `bevy` does?
version = "1.0.0-dev"
version = "1.0.0"
edition = "2021"
rust-version = "1.63.0"
description = "A `Cow`-like data structure where owned data is stored inside an `Arc`."
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# `atomicow` Release Notes

## Version 1.0.0

- initial release
- code was taken directly from `bevy_utils 0.14`, under a MIT + Apache dual license

0 comments on commit 5bf2822

Please sign in to comment.