Skip to content

Commit 6e6cf5f

Browse files
chore(release): prepare for v0.2.1
1 parent cfaa21e commit 6e6cf5f

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/UnknownPlatypus/djangofmt/compare/v0.2.0..v0.2.1) - 2025-06-07
4+
5+
### ⛰️ Features
6+
7+
- *(format)* Improve whitespace-sensitive node formatting ([#70](https://github.com/UnknownPlatypus/djangofmt/issues/70)) - ([cfaa21e](https://github.com/UnknownPlatypus/djangofmt/commit/cfaa21e2ca37134bb9e315b17a0bc6f82f6ac289))
8+
39
## [0.2.0](https://github.com/UnknownPlatypus/djangofmt/compare/v0.1.0..v0.2.0) - 2025-05-23
410

511
### ⛰️ Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "djangofmt"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Thibaut Decombe <[email protected]>"]
55
edition = "2024"
66
exclude = ["/tests"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Sample `.pre-commit-config.yaml`:
3434

3535
```yaml
3636
- repo: https://github.com/UnknownPlatypus/djangofmt-pre-commit
37-
rev: v0.2.0
37+
rev: v0.2.1
3838
hooks:
3939
- id: djangofmt
4040
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "djangofmt"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "A fast, HTML aware, Django template formatter, written in Rust."
99
readme = "README.md"
1010
keywords = [

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ mod tests {
183183
success: true
184184
exit_code: 0
185185
----- stdout -----
186-
djangofmt 0.2.0
186+
djangofmt 0.2.1
187187
188188
----- stderr -----
189189
"###);

0 commit comments

Comments
 (0)