Skip to content

Commit

Permalink
Prepare the 0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchubert committed Feb 21, 2023
1 parent 9dc149c commit 4656902
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
Changelog
=========


0.0.3
-----

This release focuses on compatibility and user experience.

The highlights are:

- A new interactive frontend for a nicer feedback when using ``dwas`` on the cli
- Wider support for various python version. Added 3.8 support and other
interpreters
- Support for MacOS

Features
^^^^^^^^

- Store logs into files to allow inspecting after the run. Additionally, those
will always have debug information in them
- Added support for python 3.8
- Added support pypy and other python implementations
- Added official support for MacOS
- Support running ``dwas`` like ``python -m dwas``
- Allow passing a ``cwd`` argument to ``step.run``

Miscellaneous
^^^^^^^^^^^^^

- Stop showing times at the millisecond precision, it's too verbose
- ``dwas`` now uses ``virtualenv`` instead of ``venv`` for creating the
environments, which broadens the support for various python interpreters.
If ``virtualenv`` supports it, ``dwas`` will


0.0.2
-----

Expand Down
2 changes: 2 additions & 0 deletions docs/_spelling_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ doctests
dwas
enqueuing
formatters
frontend
isort
linkchecks
linters
Expand All @@ -24,6 +25,7 @@ parametrizing
pipx
pylint
pypi
pypy
pytest
readthedocs
reusability
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.2"
version = "0.0.3"
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 4656902

Please sign in to comment.