diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c5a0a..92851a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -# Unreleased +# [0.5.0] - 2024-08-29 ## Changed * [breaking] Handlers are no longer stored internally. The `poll()` function is now required to @@ -46,6 +46,7 @@ command is registered. Library initially released on crates.io +[0.5.0]: https://github.com/quartiq/minireq/releases/tag/v0.5.0 [0.4.0]: https://github.com/quartiq/minireq/releases/tag/v0.4.0 [0.3.0]: https://github.com/quartiq/minireq/releases/tag/v0.3.0 [0.2.0]: https://github.com/quartiq/minireq/releases/tag/v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 94a159d..af19b85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minireq" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Ryan Summers "] license = "MIT"