chore: Release

This commit is contained in:
Ed Page 2024-07-05 12:30:26 -05:00
parent 3035810f83
commit f83ac39314
4 changed files with 7 additions and 4 deletions

2
Cargo.lock generated
View file

@ -779,7 +779,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
[[package]]
name = "file-serve"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"log",
"mime_guess",

View file

@ -102,7 +102,7 @@ sitemap = "0.4"
open = "5"
dunce = "1.0.4"
file-serve = { version = "0.3.2", path = "crates/file-serve", optional = true }
file-serve = { version = "0.3.3", path = "crates/file-serve", optional = true }
notify = { version = "6", optional = true, default-features = false, features = ["macos_fsevent"] }
sass-rs = { version = "0.2", optional = true }

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.3.3] - 2024-07-05
### Compatibility
- MSRV is now 1.76
@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.1] - 2022-04-04
<!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.2...HEAD
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.3...HEAD
[0.3.3]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.2...file-serve-v0.3.3
[0.3.2]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.1...file-serve-v0.3.2
[0.3.1]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.0...file-serve-v0.3.1
[0.3.0]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.4...file-serve-v0.3.0

View file

@ -1,6 +1,6 @@
[package]
name = "file-serve"
version = "0.3.2"
version = "0.3.3"
description = "HTTP Static File Server"
homepage = "https://github.com/cobalt-org/cobalt.rs/tree/master/crates/file-serve"
documentation = "http://docs.rs/file-serve"