Skip to content

Releases: sarnold/gitchangelog

Release 3.2.0

18 Mar 01:16
3.2.0
Compare
Choose a tag to compare

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
      ...
  • 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
      ...
  • 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
      ...

Release 3.1.2

30 Oct 21:15
3.1.2
Compare
Choose a tag to compare

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

03 Oct 01:59
3.1.1
Compare
Choose a tag to compare

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

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

01 Oct 03:04
3.1.0
0d20574
Compare
Choose a tag to compare

3.1.0 (2022-10-01)

New

  • Add gh workflow to run sphinx doc build and deploy to gh-pages. [Stephen L Arnold]

Other

  • Merge pull request #8 from sarnold/cfgdoc-cleanup. [Steve Arnold]

    readme and cfg updates

  • Merge pull request #7 from sarnold/docs-workflow. [Steve Arnold]

    Docs workflow

Release v3.0.10

26 Sep 23:53
3.0.10
Compare
Choose a tag to compare

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

  • Update readme/install notes for latest pystache install issues. [Stephen L Arnold]

  • Merge pull request #6 from sarnold/docs. [Steve Arnold]

    Add docs build, more cleanup

  • Merge pull request #5 from sarnold/pystache-tmp. [Steve Arnold]

    modernize/refactor source, packaging, tests

Release v3.0.9

13 Apr 19:35
3.0.9
Compare
Choose a tag to compare

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

15 Nov 02:23
3.0.8
Compare
Choose a tag to compare

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

28 Feb 23:47
3.0.7
Compare
Choose a tag to compare

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

28 Feb 00:53
3.0.6
Compare
Choose a tag to compare

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