diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e4e0c..e01525c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,33 @@ 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.6] + +### Added + +* `hash_map` macro + +* `hash_map_e` macro + +* `hash_set` macro + +* `binary_heap` macro + +* `vec_deque` macro + +* `vec_deque_e` macro + +* `linked_list` macro + +* `linked_list_e` macro + +### Deprecated + +* `map` macro + +* `set` macro + + ## [0.2.5] ### Added diff --git a/Cargo.toml b/Cargo.toml index 96b22ed..f1dc2da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "map-macro" -version = "0.2.5" +version = "0.2.6" authors = ["jofas "] edition = "2018" license = "MIT"