Skip to content

Commit 8b8c790

Browse files
committed
chore: Release
1 parent 92dc4cc commit 8b8c790

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.20.0] - 2025-04-10
11+
1012
### Changes
1113

1214
- Switched from libsass to grass
@@ -757,7 +759,8 @@ this.
757759
[@tak1n]: https://github.com/tak1n
758760

759761
<!-- next-url -->
760-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.12...HEAD
762+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.20.0...HEAD
763+
[0.20.0]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.12...v0.20.0
761764
[0.19.12]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.11...v0.19.12
762765
[0.19.11]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.10...v0.19.11
763766
[0.19.10]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.9...v0.19.10

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -92,7 +92,7 @@ assigning_clones = "allow" # TODO
9292

9393
[package]
9494
name = "cobalt-bin"
95-
version = "0.19.12"
95+
version = "0.20.0"
9696
description = "Static site generator written in Rust"
9797
readme = "README.md"
9898
categories = ["command-line-utilities"]

0 commit comments

Comments
 (0)