chore: Release

This commit is contained in:
Ed Page 2022-04-04 09:19:46 -05:00
parent dbc9f97319
commit 26a8c7bccf
3 changed files with 6 additions and 3 deletions

2
Cargo.lock generated
View file

@ -791,7 +791,7 @@ dependencies = [
[[package]]
name = "file-serve"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"log",
"mime_guess",

View file

@ -7,5 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.1.1] - 2022-04-04
<!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/2030b59e4632a0a618821274205a54741dffea52...HEAD
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.1.1...HEAD
[0.1.1]: https://github.com/cobalt-org/cobalt.rs/compare/2030b59e4632a0a618821274205a54741dffea52...file-serve-v0.1.1

View file

@ -1,6 +1,6 @@
[package]
name = "file-serve"
version = "0.1.0"
version = "0.1.1"
description = "HTTP Static File Server"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cobalt-org/cobalt.rs"