Skip to content

Commit

Permalink
Prepare a 0.2.1 release
Browse files Browse the repository at this point in the history
Summary: We are now relying on Dupe for NonZero in Starlark head, so make a new Gazebo release.

Reviewed By: blackm00n

Differential Revision: D27907680

fbshipit-source-id: 7dcfa2cbd7f5ec391a6e6787b34f3f2b47980199
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Apr 21, 2021
1 parent 4fa7a1c commit 6109434
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Gazebo

## 0.2.0 (March 22, 2020)
## 0.2.1 (April 21, 2021)

* Add `Dupe` for `NonZero` types.
* Add an implementation of `AnyLifetime` for `str`.
* Implement traits on `ARef`, specifically `Display`, `Eq`, `Ord`, `PartialEq`, `PartialOrd`.

## 0.2.0 (March 22, 2021)

* Breaking change: Rename `clones` to `cloned`, `dupes` to `duped` and `owns` to `owned` - to follow Rust conventions better.
* Add `Dupe` for `fn()` (up to arity 12).
Expand Down
2 changes: 1 addition & 1 deletion gazebo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gazebo"
version = "0.2.0"
version = "0.2.1"
license = "MIT OR Apache-2.0"
authors = ["Facebook"]
edition = "2018"
Expand Down

0 comments on commit 6109434

Please sign in to comment.