Releases: sarnold/gitchangelog
Release 3.2.0
3.2.0 (2024-03-18)
Changes
-
Remove merges from .gitchangelog.rc and regenerate file. [Steve Arnold]
- add 'changes' command to to tox file
Fixes
-
Use tz-aware timestamps for author/tagger dates iin Python 3.12. [Steve Arnold]
- silence deprecation warnings and stop breaking tests
-
Cleanup package configs, readme, and changes for package QA. [Steve Arnold]
- add ignore regex to .gitchangelog.rc to remove ci/dependabot commits
- update changes and tox files again
-
Complete version cleanup, migrate to setuptools_scm, buff some lint. [Steve Arnold]
- cleanup old version references, bump pystache to latest Pypi release
- revert matrix artifacts in ci, upload a single build instance
- cleanup/migrate flake8 configs and tox file
Other
-
Update CHANGES.rst for release. [Steve Arnold]
-
Merge pull request #17 from sarnold/more-small-fixes. [Steve Arnold]
Regen changes file, fix some nits
-
Merge pull request #16 from sarnold/ci-updates. [Steve Arnold]
cleanup version lint
-
Merge pull request #15 from sarnold/dependabot/github_actions/softprops/action-gh-release-2. [Steve Arnold]
ci: bump softprops/action-gh-release from 1 to 2
-
Ci: bump softprops/action-gh-release from 1 to 2. [dependabot[bot]]
Bumps softprops/action-gh-release from 1 to 2.
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
- dependency-name: softprops/action-gh-release
-
Merge pull request #14 from sarnold/dependabot/github_actions/emibcn/badge-action-2.0.3. [Steve Arnold]
ci: bump emibcn/badge-action from 2.0.2 to 2.0.3
-
Ci: bump emibcn/badge-action from 2.0.2 to 2.0.3. [dependabot[bot]]
Bumps emibcn/badge-action from 2.0.2 to 2.0.3.
updated-dependencies:
- dependency-name: emibcn/badge-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
- dependency-name: emibcn/badge-action
-
Merge pull request #11 from sarnold/dependabot/github_actions/emibcn/badge-action-2.0.2. [Steve Arnold]
ci: bump emibcn/badge-action from 1.2.4 to 2.0.2
-
Ci: bump emibcn/badge-action from 1.2.4 to 2.0.2. [dependabot[bot]]
Bumps emibcn/badge-action from 1.2.4 to 2.0.2.
updated-dependencies:
- dependency-name: emibcn/badge-action
dependency-type: direct:production
update-type: version-update:semver-major
...
- dependency-name: emibcn/badge-action
Release 3.1.2
3.1.2 (2022-10-30)
Changes
- Update changes file for new release. [Stephen L Arnold]
Fixes
-
Restore missing percentage in coverage display, update changes. [Stephen L Arnold]
-
Add missing import for exception handler, use correct version. [Stephen L Arnold]
Other
-
Merge pull request #10 from sarnold/pkg-hotfix. [Steve Arnold]
fix some nits, include CHANGES file in MANIFEST.in
Release v3.1.1
3.1.1 (2022-10-03)
Changes
- Add readme note about no more Python 2.7 support. [Stephen L Arnold]
Fixes
-
Update packaging and pytest env, restore missing bits. [Stephen L Arnold]
- add Popen kill to git invocation, remove ResourceWarnings hidden
by default pytest cfg - make sure pytest does not filter any warnings
- make sure version attribute matches new version imports
- restore missing CHANGES file and workflow env var
- add Popen kill to git invocation, remove ResourceWarnings hidden
Other
-
Update changes file for release. [Stephen L Arnold]
-
Merge pull request #9 from sarnold/pkg-fixes. [Steve Arnold]
packaging and warnings cleanup
Release v3.1.0
Release v3.0.10
3.0.10 (2022-09-26)
New
-
Add basic sphinx docs sources, update packaging, cleanup docstrings. [Stephen L Arnold]
- make a docs build using readme and sphinx-apidoc module
- remove section headers from docstrings (not allowed)
- update packaging deps and manifest/tox files
Changes
- Update readme, reformat license file, cleanup more lint. [Stephen L Arnold]
Fixes
-
Use namespace paths for data files, remove symlink. [Stephen L Arnold]
- src layout needs full namespace paths in setup.cfg
- single file install is no longer an option, so remove the symlink
and readme reference to it
Other
Release v3.0.9
3.0.9 (2022-04-13)
Fixes
- Cleanup some readme typos. [Stephen L Arnold]
Other
-
Merge pull request #4 from sarnold/test-drivers. [Steve Arnold]
update test drivers
-
Add python 3.10 to workflow matrix/tox (no more nose, should be Green) [Stephen L Arnold]
-
Replace nose with pytest, update tool configs. [Stephen L Arnold]
-
Bump version for patch release, need clean deps for gitchangelog-action. [Stephen L Arnold]
-
Switch pystache dep back to pypi, cleanup tox file. [Stephen L Arnold]
Release v3.0.8
3.0.8 (2021-11-15)
Fixes
-
Make pystache dependency concrete until pypi is updated. [Stephen L Arnold]
- update tox commands, add requirements file
-
Correct typo in utility doc-string. [Stephen L Arnold]
Other
-
Bump version for patch release, cleanup help msg. [Stephen L Arnold]
-
Merge pull request #3 from sarnold/tiny-fix. [Steve Arnold]
Tiny doc-string fix
Release v3.0.7
3.0.7 (2021-02-28)
Fixes
-
Setup.py deps and install instructions (#2) [Steve Arnold]
- allow last pypi version of pystache in install_requires
- doc: update readme install instructions
- dev: update pragmas, add missing one for win32/py2
Other
- Bump version for release. [Stephen L Arnold]
Release v3.0.6
3.0.6 (2021-02-27)
Changes
- Switch repo paths in readme. [Stephen L Arnold]
Fixes
- Update default release cfg, cleanup typos, go back to master. [Stephen L Arnold]
Other
-
Bump version for release, update readme. [Stephen L Arnold]
-
Get-rcpath and CI/config updates (#1) [Steve Arnold]
- test: add more steps for tests/check
- test: update tox gh-matrix and flesh out coverage bits
- refactor get-rcpath to use pkg_resources instead of gh env path
- update release workflow to use new gcl action