Skip to content

Commit 07bc8aa

Browse files
github-actions[bot]jbr
authored andcommitted
chore: release
1 parent 02d75f5 commit 07bc8aa

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

static-compiled-macros/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.2](https://github.com/trillium-rs/trillium/compare/trillium-static-compiled-macros-v0.1.1...trillium-static-compiled-macros-v0.1.2) - 2026-02-28
10+
11+
### Fixed
12+
13+
- *(static-compiled)* handle mime correctly for file-as-root
14+
915
## [0.1.1](https://github.com/trillium-rs/trillium/compare/trillium-static-compiled-macros-v0.1.0...trillium-static-compiled-macros-v0.1.1) - 2024-01-02
1016

1117
### Fixed

static-compiled-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trillium-static-compiled-macros"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Jacob Rothstein <hi@jbr.me>"]
55
edition = "2021"
66
description = "internal-use-only proc-macros for trillium-static-compiled"

static-compiled/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.3](https://github.com/trillium-rs/trillium/compare/trillium-static-compiled-v0.5.2...trillium-static-compiled-v0.5.3) - 2026-02-28
10+
11+
### Other
12+
13+
- updated the following local packages: trillium-static-compiled-macros
14+
915
## [0.5.2](https://github.com/trillium-rs/trillium/compare/trillium-static-compiled-v0.5.1...trillium-static-compiled-v0.5.2) - 2024-04-07
1016

1117
### Added

static-compiled/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trillium-static-compiled"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = ["Jacob Rothstein <hi@jbr.me>"]
55
edition = "2021"
66
description = "compile-time static assets for trillium.rs"
@@ -16,7 +16,7 @@ mime = "0.3.17"
1616
mime_guess = "2.0.4"
1717
trillium = { path = "../trillium", version = "0.2.20" }
1818
httpdate = "1.0.3"
19-
trillium-static-compiled-macros = { path = "../static-compiled-macros", version = "0.1.1" }
19+
trillium-static-compiled-macros = { path = "../static-compiled-macros", version = "0.1.2" }
2020

2121
[dev-dependencies]
2222
trillium-caching-headers = { path = "../caching-headers" }

0 commit comments

Comments
 (0)