diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c8629..76642ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ # Changelog -All notable changes will be documented in this file. +All notable changes to this project will be documented in this file. -This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +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). + + +## 0.2.1 (15 June 2023) + +### Changed + + - Updated Font Awesome + - Updated crate dependencies + - Improved README documentation ## 0.2.0 (15 June 2023) @@ -29,15 +39,16 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## 0.1.0 (12 June 2023) - - Initial release. - - Forked Terracotta repository - - Added rendering of Markdown files - - Added Nerd Font for displaying code - - Extended Markdown with callouts - - Added custom JS and CSS files for customisation overrides - - Amended routing to allow protected static content files - - Added a build script to render Markdown pre-build - - Added example Markdown to illustrate features - - Added guidelines for adding content +### Added + + - Forked Terracotta repository + - Added rendering of Markdown files + - Added Nerd Font for displaying code + - Extended Markdown with callouts + - Added custom JS and CSS files for customisation overrides + - Amended routing to allow protected static content files + - Added a build script to render Markdown pre-build + - Added example Markdown to illustrate features + - Added guidelines for adding content diff --git a/Cargo.toml b/Cargo.toml index 7986529..4a8c3a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustmark" -version = "0.2.0" +version = "0.2.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"]