Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Sep 21, 2024
1 parent 09dc62a commit 7af3379
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 11 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,27 @@ The format is based on [Keep a Changelog][], and this project adheres to
[Semantic Versioning][].


## 0.3.1 (21 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
- Added missing documentation

### Changed

- Upgraded from `axum-sessions` to `tower-sessions`
- Upgraded to [Axum][] 0.7 and [Hyper][] 1.0
- 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
- Changed Titlecase configuration fields to lowercase
- Improved utility functions
- Updated crate dependencies


## 0.3.0 (28 October 2023)

### Added
Expand Down
23 changes: 12 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[package]
name = "terracotta"
version = "0.3.0"
description = "Boilerplate webserver application based on Axum"
categories = ["asynchronous", "authentication", "rust-patterns", "web-programming", "web-programming::http-server"]
keywords = ["web", "server", "boilerplate", "example", "authentication"]
edition = "2021"
rust-version = "1.81.0"
license = "MIT"
authors = ["Dan Williams <dan@dotfive.co.uk>"]
repository = "/~https://github.com/danwilliams/terracotta"
readme = "README.md"
name = "terracotta"
version = "0.3.1"
description = "Boilerplate webserver application based on Axum"
categories = ["asynchronous", "authentication", "rust-patterns", "web-programming", "web-programming::http-server"]
keywords = ["web", "server", "boilerplate", "example", "authentication"]
edition = "2021"
rust-version = "1.81.0"
license = "MIT"
authors = ["Dan Williams <dan@dotfive.co.uk>"]
documentation = "https://docs.rs/terracotta"
repository = "/~https://github.com/danwilliams/terracotta"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 7af3379

Please sign in to comment.