Skip to content

Commit

Permalink
0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Sep 18, 2022
1 parent e4092dd commit df1f60a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to MiniJinja are documented here.

# 0.22.1

- Fixed an incorrect manifest for `minijinja-autoreload`.

# 0.22.0

- Add `defined` and `undefined` tests to always be included.
Expand Down
4 changes: 2 additions & 2 deletions minijinja-autoreload/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minijinja-autoreload"
version = "0.22.0"
version = "0.22.1"
edition = "2018"
license = "Apache-2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
Expand All @@ -19,5 +19,5 @@ default = ["watch-fs"]
watch-fs = ["notify"]

[dependencies]
minijinja = { version = "0.22.0", path = "../minijinja", default-features = false }
minijinja = { version = "0.22.1", path = "../minijinja", default-features = false }
notify = { version = "5.0.0", optional = true, default-features = false, features = ["macos_fsevent"] }
2 changes: 1 addition & 1 deletion minijinja/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minijinja"
version = "0.22.0"
version = "0.22.1"
edition = "2018"
license = "Apache-2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
Expand Down

0 comments on commit df1f60a

Please sign in to comment.