Skip to content

Commit ad586aa

Browse files
committed
Release 0.4.1
1 parent 5d92abd commit ad586aa

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ The format is based on [Keep a Changelog][], and this project adheres to
2121
[Semantic Versioning][].
2222

2323

24+
## 0.4.1 (12 November 2024)
25+
26+
### Fixed
27+
28+
- Disabled `Jemalloc` on Windows
29+
- Fixed broken links in Rustdocs
30+
31+
### Changed
32+
33+
- Updated lint configuration for Rust 1.82
34+
- Updated crate dependencies
35+
- Corrected error in docs
36+
37+
2438
## 0.4.0 (23 September 2024)
2539

2640
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terracotta"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Boilerplate webserver application based on Axum"
55
categories = ["asynchronous", "authentication", "rust-patterns", "web-programming", "web-programming::http-server"]
66
keywords = ["web", "server", "boilerplate", "example", "authentication"]

0 commit comments

Comments
 (0)