Skip to content

Commit

Permalink
Release 0.14.2 - 2022-08-20
Browse files Browse the repository at this point in the history
* Improve error reporting.  The debug output for `RucteError` is now the
  same as display, and the standard `Error::source` is implemented.
* Fix clippy lint clippy::get-first (PR #114).
* Update optional rsass to 0.25.0.

Thanks to @vbrandl for PR #114.
  • Loading branch information
kaj committed Aug 20, 2022
1 parent a2c523c commit 42e556f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -7,7 +7,7 @@ The format is based on
project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## Release 0.14.2 - 2022-08-20

* Improve error reporting. The debug output for `RucteError` is now the
same as display, and the standard `Error::source` is implemented.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ructe"
version = "0.14.1-PRE"
version = "0.14.2"
authors = ["Rasmus Kaj <kaj@kth.se>"]
description = "Rust Compiled Templates, efficient type-safe web page templates."
documentation = "https://docs.rs/ructe"
Expand Down

0 comments on commit 42e556f

Please sign in to comment.