All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- pre-commit (hooks on commit) per #20
- Dependabot badge
- issue-manager.yml workflow
0.4.3 - 2020-05-13
- Removed
poetry build
from publish demonstration
0.4.2 - 2020-05-13
- Fixed root level Readme and GitHub Actions to be consistent with new publish demonstration scope
- Reduced publish demonstration scope (no longer tries to publish to test.pypi.org)
0.4.1 - 2020-05-13
poetry run
prefix to .github/workflows/publish.yml
0.4.0 - 2020-05-13
- Poetry
- Publishing to test.pypi.org
- Github Actions Workflows for publishing, testing, and issue management
- Pipfile
- stale files
scripts/deploy.sh
andsetup.py
- Pyup badges
- Travis-CI
0.3.0 - 2020-01-03
- changelog version generation with YYYY-MM-DD date format
- flit pyproject.toml fixes and additional metadata
- fixed created folder name (should be repo_name, was package_name)
- added Makefile as entry point
- added .vscode recommended extensions
- added setup.py
- corrected .gitingore for above and install* make targets
0.2.0 - 2019-11-25
- fixed flit version and docstring to be in init.py
- added travis.yml testing to repo
- added mkdocs for documentation (with material theme)
0.1.0 - 2019-09-26
- Conception!