Skip to content

Commit f83ac39

Browse files
committed
chore: Release
1 parent 3035810 commit f83ac39

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ sitemap = "0.4"
102102
open = "5"
103103
dunce = "1.0.4"
104104

105-
file-serve = { version = "0.3.2", path = "crates/file-serve", optional = true }
105+
file-serve = { version = "0.3.3", path = "crates/file-serve", optional = true }
106106
notify = { version = "6", optional = true, default-features = false, features = ["macos_fsevent"] }
107107

108108
sass-rs = { version = "0.2", optional = true }

crates/file-serve/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.3.3] - 2024-07-05
11+
1012
### Compatibility
1113

1214
- MSRV is now 1.76
@@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5456
## [0.1.1] - 2022-04-04
5557

5658
<!-- next-url -->
57-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.2...HEAD
59+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.3...HEAD
60+
[0.3.3]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.2...file-serve-v0.3.3
5861
[0.3.2]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.1...file-serve-v0.3.2
5962
[0.3.1]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.0...file-serve-v0.3.1
6063
[0.3.0]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.4...file-serve-v0.3.0

crates/file-serve/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "file-serve"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "HTTP Static File Server"
55
homepage = "https://github.com/cobalt-org/cobalt.rs/tree/master/crates/file-serve"
66
documentation = "http://docs.rs/file-serve"

0 commit comments

Comments
 (0)