File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " trillium-static-compiled-macros"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [" Jacob Rothstein <hi@jbr.me>" ]
55edition = " 2021"
66description = " internal-use-only proc-macros for trillium-static-compiled"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " trillium-static-compiled"
3- version = " 0.5.2 "
3+ version = " 0.5.3 "
44authors = [" Jacob Rothstein <hi@jbr.me>" ]
55edition = " 2021"
66description = " compile-time static assets for trillium.rs"
@@ -16,7 +16,7 @@ mime = "0.3.17"
1616mime_guess = " 2.0.4"
1717trillium = { path = " ../trillium" , version = " 0.2.20" }
1818httpdate = " 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 ]
2222trillium-caching-headers = { path = " ../caching-headers" }
You can’t perform that action at this time.
0 commit comments