chore: Release

This commit is contained in:
Ed Page 2022-08-26 10:53:54 -05:00
parent a16dd4c0aa
commit ce319d8f52
5 changed files with 12 additions and 6 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header --> <!-- next-header -->
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
## [0.18.2] - 2022-08-26
### Fixes ### Fixes
- Error, instead of panic, on bad CWD - Error, instead of panic, on bad CWD
@ -652,7 +654,8 @@ this.
[@tak1n]: https://github.com/tak1n [@tak1n]: https://github.com/tak1n
<!-- next-url --> <!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.1...HEAD [Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.2...HEAD
[0.18.2]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.1...v0.18.2
[0.18.1]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.0...v0.18.1 [0.18.1]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.5...v0.18.0 [0.18.0]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.5...v0.18.0
[0.17.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.4...v0.17.5 [0.17.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.4...v0.17.5

4
Cargo.lock generated
View file

@ -271,7 +271,7 @@ dependencies = [
[[package]] [[package]]
name = "cobalt-bin" name = "cobalt-bin"
version = "0.18.1" version = "0.18.2"
dependencies = [ dependencies = [
"clap", "clap",
"clap-verbosity-flag", "clap-verbosity-flag",
@ -796,7 +796,7 @@ dependencies = [
[[package]] [[package]]
name = "file-serve" name = "file-serve"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"log", "log",
"mime_guess", "mime_guess",

View file

@ -5,7 +5,7 @@ members = [
[package] [package]
name = "cobalt-bin" name = "cobalt-bin"
version = "0.18.1" version = "0.18.2"
description = "Static site generator written in Rust" description = "Static site generator written in Rust"
authors = ["Benny Klotz <r3qnbenni@gmail.com>", "Johann Hofmann <mail@johann-hofmann.com>", "Ed Page <eopage@gmail.com>"] authors = ["Benny Klotz <r3qnbenni@gmail.com>", "Johann Hofmann <mail@johann-hofmann.com>", "Ed Page <eopage@gmail.com>"]
repository = "https://github.com/cobalt-org/cobalt.rs" repository = "https://github.com/cobalt-org/cobalt.rs"

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header --> <!-- next-header -->
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
## [0.2.1] - 2022-08-26
### Fixes ### Fixes
- Error, instead of panic, on bad CWD for the bin - Error, instead of panic, on bad CWD for the bin
@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.1] - 2022-04-04 ## [0.1.1] - 2022-04-04
<!-- next-url --> <!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.0...HEAD [Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.1...HEAD
[0.2.1]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.0...file-serve-v0.2.1
[0.2.0]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.1.1...file-serve-v0.2.0 [0.2.0]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.1.1...file-serve-v0.2.0
[0.1.1]: https://github.com/cobalt-org/cobalt.rs/compare/2030b59e4632a0a618821274205a54741dffea52...file-serve-v0.1.1 [0.1.1]: https://github.com/cobalt-org/cobalt.rs/compare/2030b59e4632a0a618821274205a54741dffea52...file-serve-v0.1.1

View file

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