mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-14 16:07:22 +00:00
chore: Release
This commit is contained in:
parent
a16dd4c0aa
commit
ce319d8f52
5 changed files with 12 additions and 6 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
## [0.18.2] - 2022-08-26
|
||||
|
||||
### Fixes
|
||||
|
||||
- Error, instead of panic, on bad CWD
|
||||
|
@ -652,7 +654,8 @@ this.
|
|||
[@tak1n]: https://github.com/tak1n
|
||||
|
||||
<!-- 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.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
|
||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -271,7 +271,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cobalt-bin"
|
||||
version = "0.18.1"
|
||||
version = "0.18.2"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"clap-verbosity-flag",
|
||||
|
@ -796,7 +796,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "file-serve"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"log",
|
||||
"mime_guess",
|
||||
|
|
|
@ -5,7 +5,7 @@ members = [
|
|||
|
||||
[package]
|
||||
name = "cobalt-bin"
|
||||
version = "0.18.1"
|
||||
version = "0.18.2"
|
||||
description = "Static site generator written in Rust"
|
||||
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"
|
||||
|
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
## [0.2.1] - 2022-08-26
|
||||
|
||||
### Fixes
|
||||
|
||||
- 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
|
||||
|
||||
<!-- 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.1.1]: https://github.com/cobalt-org/cobalt.rs/compare/2030b59e4632a0a618821274205a54741dffea52...file-serve-v0.1.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "file-serve"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
description = "HTTP Static File Server"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/cobalt-org/cobalt.rs"
|
||||
|
|
Loading…
Reference in a new issue