Skip to content

Commit

Permalink
chore: Release 0.7.4
Browse files Browse the repository at this point in the history
Bug Fixes

* **md:**  Add table/ref support ([1aa53d2](1aa53d2), closes [#303](#303))

Features

* **data-files:**  Add data file support ([bb2d7c0](bb2d7c0), closes [#256](#256))
* **scss:**  Implement compiling of SCSS files ([76b8d8a](76b8d8a))
* **jekyll:** Initial jekyll conversion subcommand ([3719190](3719190))
*   Improve error reporting to user ([1e07708](1e07708))
  • Loading branch information
epage committed Oct 21, 2017
1 parent 9f91700 commit 16f7475
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.7.4"></a>
## 0.7.4 (2017-10-21)


#### Bug Fixes

* **md:** Add table/ref support ([1aa53d24](https://github.com/cobalt-org/cobalt.rs/commit/1aa53d2459b51db73d108f0ff532641ccf8a0287), closes [#303](https://github.com/cobalt-org/cobalt.rs/issues/303))

#### Features

* Improve error reporting to user ([1e07708b](https://github.com/cobalt-org/cobalt.rs/commit/1e07708badd73523892e4ab7a7c17c40d090bae2))
* **data-files:** Add data file support ([bb2d7c0f](https://github.com/cobalt-org/cobalt.rs/commit/bb2d7c0f3b841a6432bb68f5ccff83d8fe40050e), closes [#256](https://github.com/cobalt-org/cobalt.rs/issues/256))
* **scss:** Implement compiling of SCSS files ([76b8d8ae](https://github.com/cobalt-org/cobalt.rs/commit/76b8d8ae665d597151a5386d07bebcb2418a74e6))

<a name="0.7.3"></a>
## 0.7.3 (2017-10-05)

Expand Down
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.7.3"
version = "0.7.4"
authors = ["Benny Klotz <[email protected]>", "Johann Hofmann <[email protected]>"]
description = "Static site generator written in Rust"
repository = "https://github.com/cobalt-org/cobalt.rs"
Expand Down

0 comments on commit 16f7475

Please sign in to comment.