Releases: prosegrinder/python-pointofview
Releases · prosegrinder/python-pointofview
v1.0.4
v1.0.4 (2022-12-19)
Fix
- added commitizen config
- explicit ci jobs
- publish to pypi on tag v
- added release workflow
[main 284c561] bump: 1.0.3 → 1.0.4
2 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 CHANGELOG.md
v1.0.3
1.0.3 (2022-12-11)
Bug Fixes
- removed unnecessary import of resources (#12) (259f7a6)
v1.0.1
Package Maintenance
Added
GitHub Actions
- test pypi publishing on tag
- build check with twine during CI
Changed
- use
black
- use
pylint
- retire Codacy
- use current packaging practices
- added pyproject.toml
- moved static settings to setup.cfg
v1.0.0
- removed 3.5 support
- added 3.9 support
- renamed default branch to
main
- release 1.0.0 because it's been long enough
v0.3.0
Added constants for FIRST, SECOND, THIRD, and NONE in place of strings.
v0.2.0
- Removed tox.ini
- Converted POV_WORDS to OrderedDict to support pov precedence
- Eliminated use of _normalize_word()
- Renamed get_pov() to get_text_pov()
- Added PyPi deploy via Travis-CI