From 7eab8933d67dd415bce8843808d6911be78343d2 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 23 Sep 2024 09:05:48 +0100 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.toml | 3 ++- LICENSE | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fdba60..c5b5e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,29 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semantic Versioning][]. +## 0.6.0 (23 September 2024) + +### Added + + - Added `/api/version` endpoint to `health` module + - Added MSRV (Minimum Supported Rust Version) in `Cargo.toml`, set to 1.81.0 + - Added standard linting configuration + +### Changed + + - Upgraded to [Terracotta][] 0.4.0, now a library + - Updated [Font Awesome][] from 6.4.0 -> 6.6.0 + - Updated [Bulma][] from 0.9.4 -> 1.0.2 + - Adjusted logo/nav CSS for dark mode + - Improved error-handling + - Updated crate dependencies + - Updated documentation + +### Removed + + - Removed non-custom [Terracotta][] functionality which is now in the library + + ## 0.5.0 (28 October 2023) ### Added diff --git a/Cargo.toml b/Cargo.toml index 14b4422..254b4ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustmark" -version = "0.5.0" +version = "0.6.0" 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"] @@ -8,6 +8,7 @@ edition = "2021" rust-version = "1.81.0" license = "MIT" authors = ["Dan Williams "] +documentation = "https://docs.rs/rustmark" repository = "https://github.com/danwilliams/rustmark" readme = "README.md" diff --git a/LICENSE b/LICENSE index 99e7a01..fe12779 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2023 Dan Williams +Copyright (c) 2024 Dan Williams Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated