Skip to content

Commit

Permalink
chore: Release 0.10.0
Browse files Browse the repository at this point in the history
Features

* **error:**  Identify layout errors ([0ec3a3d](cobalt-org@0ec3a3d))

Bug Fixes

*   Correctly copy scss files when sass is disabled ([f04bd9d](cobalt-org@f04bd9d))
*   Log context for failures ([be258bf](cobalt-org@be258bf))
* **config:**  On empty file, use right root ([a99ca19](cobalt-org@a99ca19))
* **drafts:**  Config can enable again ([729e0b1](cobalt-org@729e0b1))
* **front:**  Ensure exceprt is rendered before used ([9e71469](cobalt-org@9e71469))
* **includes:**  Support including hidden files ([cb577c4](cobalt-org@cb577c4))

Breaking Changes

* **error:**  Identify layout errors ([0ec3a3d](cobalt-org@0ec3a3d))
  • Loading branch information
epage committed Jan 4, 2018
1 parent ba70b62 commit 0637b16
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="0.10.0"></a>
## 0.10.0 (2018-01-04)


#### Features

* **error:** Identify layout errors ([0ec3a3d0](https://github.com/cobalt-org/cobalt.rs/commit/0ec3a3d0fbab0d51e20304d3e1a5726e987e36da))

#### Bug Fixes

* Correctly copy scss files when sass is disabled ([f04bd9d2](https://github.com/cobalt-org/cobalt.rs/commit/f04bd9d2f38daf988c3bf244c56fe3ff97c3a420))
* Log context for failures ([be258bfb](https://github.com/cobalt-org/cobalt.rs/commit/be258bfb31bb5a0d7131469eba27b13b82a5256f))
* **config:** On empty file, use right root ([a99ca197](https://github.com/cobalt-org/cobalt.rs/commit/a99ca197564cead19c247ca91429077b163cd794))
* **drafts:** Config can enable again ([729e0b18](https://github.com/cobalt-org/cobalt.rs/commit/729e0b18fdc9ad5ec173c73d015ff8cb0364a675))
* **front:** Ensure exceprt is rendered before used ([9e714697](https://github.com/cobalt-org/cobalt.rs/commit/9e7146979e8df4afaa9bdc1890fe725b0b551bf7))
* **includes:** Support including hidden files ([cb577c42](https://github.com/cobalt-org/cobalt.rs/commit/cb577c42624720740e382c9336510807f67ca0ca))

#### Breaking Changes

* **error:** Identify layout errors ([0ec3a3d0](https://github.com/cobalt-org/cobalt.rs/commit/0ec3a3d0fbab0d51e20304d3e1a5726e987e36da))

<a name="0.9.0"></a>
## 0.9.0 (2017-11-30)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "cobalt-bin"
version = "0.9.0"
version = "0.10.0"
authors = ["Benny Klotz <r3qnbenni@gmail.com>", "Johann Hofmann <mail@johann-hofmann.com>"]
description = "Static site generator written in Rust"
repository = "https://github.com/cobalt-org/cobalt.rs"
Expand Down

0 comments on commit 0637b16

Please sign in to comment.