diff --git a/CHANGELOG.md b/CHANGELOG.md index 9380b58..a741bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2024-11-06 + +### Documentation + +- Fixed and improved documentation + ## [0.1.0] - 2024-09-29 ### Features diff --git a/Cargo.lock b/Cargo.lock index dfa9570..eaf3e23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "serde-brief" -version = "0.1.0" +version = "0.1.1" dependencies = [ "heapless", "serde", diff --git a/Cargo.toml b/Cargo.toml index ddd07a4..d9766a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ name = "serde-brief" readme = "README.md" repository = "https://github.com/FlixCoder/serde-brief" rust-version = "1.81" -version = "0.1.0" +version = "0.1.1" [features] default = []