diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b5e3b..daa1105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog +[Bulma]: https://bulma.io/ [Docker]: https://www.docker.com/ [Font Awesome]: https://fontawesome.com/ [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ @@ -18,6 +19,14 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semantic Versioning][]. +## 0.6.1 (12 November 2024) + +### Changed + + - Updated lint configuration for Rust 1.82 + - Updated crate dependencies + + ## 0.6.0 (23 September 2024) ### Added diff --git a/Cargo.toml b/Cargo.toml index f99ed9e..94b78aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustmark" -version = "0.6.0" +version = "0.6.1" description = "Extensible web application for serving Markdown-based content" categories = ["asynchronous", "parser-implementations", "text-processing", "web-programming", "web-programming::http-server"] keywords = ["web", "server", "markdown", "template", "authentication"]