Skip to content

Commit

Permalink
chore: Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 24, 2017
1 parent 5ca6aa3 commit a47c63a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="0.10.1"></a>
## 0.10.1 (2017-09-24)


#### Features

* Turn `serde` into a default feature. ([6be99f1d](https://github.com/cobalt-org/liquid-rust/commit/6be99f1da4c066dc08eafd6918f604409f93d43d), closes [#128](https://github.com/cobalt-org/liquid-rust/issues/128))

### Bug Fixes
* Stop recompiling everytime due to Skeptic.


<a name="v0.10.0"></a>
## v0.10.0 (2017-05-27)

Expand Down
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ Hopefully we get this integrated into your CI process.

When we're ready to release, a project owner should do the following
- Determine what the next version is, according to semver
- Run `clog --setversion <X>.<Y>.<Z>` and commit the changelog
- Manually touch up the change log and commit
- Run `clog --setversion <X>.<Y>.<Z>`, touch up the log, and commit it
- Update the version in `Cargo.toml` and commit
- Run `git tag v<X>.<Y>.<Z>`
- Run `git tag -a v<X>.<Y>.<Z>`
- `git push --tags` to `master`
- Run `cargo publish` (run `cargo login` first if needed)
- Update README.md to list the new version for Cargo.toml
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "liquid"
version = "0.10.0"
version = "0.10.1"
authors = ["Johann Hofmann <mail@johann-hofmann.com>"]
description = "The liquid templating language for Rust"
repository = "https://github.com/cobalt-org/liquid-rust"
Expand Down

0 comments on commit a47c63a

Please sign in to comment.