Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

77 lines (52 loc) · 2.09 KB

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

I tend to not use semantic versioning, but we will see what happens.

Changed

[1.0.3] - 2024-07-17

Security

  • update setuptools dependency to fix security vulnerability

Fixed

  • fix: README contains vulnerable Jinja2 version

[1.0.2] - 2024-05-07

Security

  • update Jinja2 dependency (again) to fix security vulnerability

Changed

  • rename some DirWalk parameters
  • add unit tests for DirWalk class
  • run slow tests when all other tests have passed
  • refactor code
  • change directory layout of source code

Fixed

  • fix: no files are included in case no suffixes are specified
  • fix: excluded file names cannot use globs
  • fix: poetry cannot find root folder

[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).

Added

  • use poetry to create virtual environment
  • add common scripts for PowerShell

Fixed

  • fix: unit test erroneously finds stencil on Windows
    • Windows is not case-sensitive. It really should be, but it is not. Sigh.