Skip to content

Commit ce319d8

Browse files
committed
chore: Release
1 parent a16dd4c commit ce319d8

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.18.2] - 2022-08-26
11+
1012
### Fixes
1113

1214
- Error, instead of panic, on bad CWD
@@ -652,7 +654,8 @@ this.
652654
[@tak1n]: https://github.com/tak1n
653655

654656
<!-- next-url -->
655-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.1...HEAD
657+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.2...HEAD
658+
[0.18.2]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.1...v0.18.2
656659
[0.18.1]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.0...v0.18.1
657660
[0.18.0]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.5...v0.18.0
658661
[0.17.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.4...v0.17.5

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55

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

crates/file-serve/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.2.1] - 2022-08-26
11+
1012
### Fixes
1113

1214
- Error, instead of panic, on bad CWD for the bin
@@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1618
## [0.1.1] - 2022-04-04
1719

1820
<!-- next-url -->
19-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.0...HEAD
21+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.1...HEAD
22+
[0.2.1]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.0...file-serve-v0.2.1
2023
[0.2.0]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.1.1...file-serve-v0.2.0
2124
[0.1.1]: https://github.com/cobalt-org/cobalt.rs/compare/2030b59e4632a0a618821274205a54741dffea52...file-serve-v0.1.1

crates/file-serve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "file-serve"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "HTTP Static File Server"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/cobalt-org/cobalt.rs"

0 commit comments

Comments
 (0)