Skip to content

Commit

Permalink
0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Nov 3, 2022
1 parent 1d7cf96 commit 652752b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to MiniJinja are documented here.

# Unreleased
# 0.25.0

- Added support for recursive macro invocations. (#133)
- Added optional unicode identifier support. (#134)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ecosystem of editor integrations.
```
$ cargo tree
minimal v0.1.0 (examples/minimal)
└── minijinja v0.24.0 (minijinja)
└── minijinja v0.25.0 (minijinja)
└── serde v1.0.144
```

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.24.0"
version = "0.25.0"
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.24.0", path = "../minijinja", default-features = false }
minijinja = { version = "0.25.0", 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.24.0"
version = "0.25.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
Expand Down

0 comments on commit 652752b

Please sign in to comment.