Skip to content

Commit

Permalink
version bump prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Aug 18, 2022
1 parent df29422 commit b335c3a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.


[0.2.4]
-------

Added
^^^^^

* ``btree_map`` macro

* ``btree_set`` macro

Changed
^^^^^^^

* enhanced performance of ``vec_no_clone`` macro when used with a
list of elements


[0.2.3]
-------

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 = "map-macro"
version = "0.2.3"
version = "0.2.4"
authors = ["jofas <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

* [x] `btree_set`

* [ ] publish `v0.2.4`
* [x] publish `v0.2.4`

0 comments on commit b335c3a

Please sign in to comment.