Skip to content

Commit

Permalink
docs(changelog): add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsonin committed Apr 23, 2024
1 parent b5f686b commit 04e3f70
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

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).

<!-- next-header -->

## [0.3.0] - 2024-04-22
### Added
- `BlazeMap` collection
- Key-type generating macros:
- `define_key_wrapper!`
- `define_key_wrapper_bounded!`
- `define_plain_id!`

<!-- next-url -->
[0.3.0]: https://github.com/andrewsonin/blazeamp/releases/tag/v0.3.0

0 comments on commit 04e3f70

Please sign in to comment.