Skip to content

Commit

Permalink
Prepare the 0.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchubert committed Jan 2, 2024
1 parent 9494f0a commit c52fa0f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@ Changelog
=========


0.0.4
-----

Features
^^^^^^^^

- Official support python3.12
- Provide a `ruff` predefined step


Bug fixes
^^^^^^^^^

- The logs directory will not be removed automatically if it's been specified.
This is to avoid removing user directories which might contain other files.
- Now support newer docformatter versions which return non-zero exit codes when
files are changed.


0.0.3
-----

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
##
[project]
name = "dwas"
version = "0.0.3"
version = "0.0.4"
description = "dwas is a command line tool to define and run your development workflows"
readme = "README.rst"
requires-python = ">= 3.8"
Expand Down

0 comments on commit c52fa0f

Please sign in to comment.