Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Jun 19, 2023
1 parent 801dcda commit c4c6a0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit c4c6a0f

Please sign in to comment.