Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Sep 23, 2024
1 parent 78230e0 commit 7eab893
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[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"]
edition = "2021"
rust-version = "1.81.0"
license = "MIT"
authors = ["Dan Williams <[email protected]>"]
documentation = "https://docs.rs/rustmark"
repository = "https://github.com/danwilliams/rustmark"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7eab893

Please sign in to comment.