Skip to content

Commit

Permalink
v1.0.1: update dependencies (security vulnerability)
Browse files Browse the repository at this point in the history
- update Jinja2 dependency to fix security vulnerability

- move poetry calls to separate Bash script
- refactor code
- update dependencies
- update documentation
  • Loading branch information
mzuther committed Jan 12, 2024
1 parent 6f0cb25 commit 2be701f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ happens._

<!--- ---------------------------------------------------------------------- -->

## [1.0.1] - 2024-01-12

### Security
- update Jinja2 dependency to fix security vulnerability

### Changed
- move poetry calls to separate Bash script
- refactor code
- update dependencies
- update documentation

<!--- ---------------------------------------------------------------------- -->

## [1.0.0] - 2023-07-24

- This is the first stable release (although I have been using StempelWerk professionally for over a year now).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "StempelWerk"
version = "1.0.0"
version = "1.0.1"
description = "Automatic code generation from Jinja2 templates"
authors = ["Martin Zuther <code@mzuther.de>"]
license = "BSD 3-Clause License"
Expand Down
2 changes: 1 addition & 1 deletion src/StempelWerk.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
class StempelWerk:

APPLICATION = 'StempelWerk'
VERSION = '1.0.0'
VERSION = '1.0.1'
AUTHOR = 'Martin Zuther'
DESCRIPTION = 'Automatic code generation from Jinja2 templates.'
LICENSE = 'BSD 3-Clause License'
Expand Down

0 comments on commit 2be701f

Please sign in to comment.