Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Jul 19, 2019
1 parent 84c0f15 commit 0070b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changes

## Unreleased ~ master

## 0.4.0
The macro `mutex` now return a tuple of `Mutex` values if 2 or more expression are passed to it
The macro `refcell` now return a tuple of `RefCell` values if 2 or more expression are passed to it
The macro `cell` now return a tuple of `Cell` values if 2 or more expression are passed to it
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sugars"
version = "0.3.0"
version = "0.4.0"
authors = ["GrayJack <[email protected]>"]
readme = "README.md"
license-file = "LICENSE"
Expand Down

0 comments on commit 0070b15

Please sign in to comment.