Skip to content

Commit 77a2a71

Browse files
committed
Release 0.18.2 -- 2025-02-07
* Updated `nom` to 8.0.0, and added `nom-language`. * Removed `itertools` depenendency (PR #147). * Updated my email address in author field. * MSRV is now 1.65.0, as required by `nom` 8.0.
1 parent 02caeb1 commit 77a2a71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

1010

11-
## Unreleased
11+
## Release 0.18.2 -- 2025-02-07
1212

1313
* Updated `nom` to 8.0.0, and added `nom-language`.
1414
* Removed `itertools` depenendency (PR #147).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ructe"
3-
version = "0.18.1-PRE"
3+
version = "0.18.2"
44
authors = ["Rasmus Kaj <rasmus@krats.se>"]
55
description = "Rust Compiled Templates, efficient type-safe web page templates."
66
documentation = "https://docs.rs/ructe"

0 commit comments

Comments
 (0)