diff --git a/CHANGELOG.md b/CHANGELOG.md index 57dfb6a..e33ba66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semantic Versioning][]. +## 0.4.1 (19 June 2023) + +### Fixed + + - Corrected logic so that baked-in static files are always served whole, and + not streamed + - Fixed issue where some baked-in static files were not being served + ## 0.4.0 (19 June 2023) ### Added diff --git a/Cargo.toml b/Cargo.toml index c3bbfb4..465a5bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustmark" -version = "0.4.0" +version = "0.4.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"]