Skip to content

Commit

Permalink
Prepare for 23.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Jul 22, 2023
1 parent fd84d6f commit 0fef8b7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ See https://github.com/kpfleming/jinjanator/blob/main/.github/CONTRIBUTING.md#ch

<!-- towncrier release notes start -->

## [23.3.0](https://github.com/kpfleming/jinjanator/tree/23.3.0) - 2023-07-22

### Fixes

- Disabled Jinja2 'autoescape' feature since it can produce incorrect output.
[#8](https://github.com/kpfleming/jinjanator/issues/8)
- Add missing 'attrs' package to project dependencies.
[#9](https://github.com/kpfleming/jinjanator/issues/9)


## [23.2.0](https://github.com/kpfleming/jinjanator/tree/23.2.0) - 2023-07-22

### Fixes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/8.fixing.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/9.fixing.md

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ dependencies = [

[tool.hatch.envs.changelog.scripts]
draft = [
"rm changelog.d/*~",
"rm -f changelog.d/*~",
"towncrier build --version main --draft",
]
release = [
"rm changelog.d/*~",
"rm -f changelog.d/*~",
"towncrier build --version {args}",
]

Expand Down

0 comments on commit 0fef8b7

Please sign in to comment.