Releases: jpagh/docassemblecli3
Releases · jpagh/docassemblecli3
v0.2.1
v0.2.0
v0.1.0
Full Changelog: v0.0.5...v0.1.0
watch
now uses the package's .gitignore file and ignores the same files that it does, reducing package install
s to only relevant file changes.
v0.0.5
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
First published release on GitHub
Added --version
flag. Fixed a bunch of build stuff that I just learned about and moved away from Poetry, which I thought would be good to use, but I don't like that it doesn't support the pyproject.toml file properly and I wanted something that built with build and GitHub Actions more easily. Also, fixed direct execution of the package by adding main.py.