diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cadd10..2bbd34a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,9 @@ jobs: matrix: rust: - stable + - 1.52.1 - 1.48.0 - 1.46.0 - - 1.44.1 - beta - nightly steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 938c871..38f755c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ The format is based on project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +* Current stable rust is 1.57, MSRV is now 1.46.0. + + ## Release 0.13.4 - 2021-06-25 * Allow `else if` after an `@if` block in templates. PR #104, fixes #81.