Skip to content

Releases: sarnold/hexdump

Release v3.5.0

11 Sep 02:39
3.5.0
Compare
Choose a tag to compare

3.5.0 (2023-09-11)

Changes

  • Add simple test file, remove python2 support. [Stephen L Arnold]

  • Still more modernization, use pytest instead of nose. [Stephen L Arnold]

    • cleanup and update workflows and pkging/config files

Other

  • Update new changelog for release. [Stephen L Arnold]

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

    modernize packaging and tox file

  • Even more modernizing, swap out optparse, swap in argparse. [Stephen L Arnold]

    • note this should emulate the original behavior
  • Doc: use current issues link, reformat history file. [Stephen L Arnold]

Release v3.4.0

08 Mar 02:05
3.4.0
Compare
Choose a tag to compare

3.4.0 (2021-03-08)

Changes

  • Add conda recipe and workflow, update readme. [Stephen L Arnold]
  • Add pylint/custom badge workflow, reset codeclimate cfg. [Stephen L Arnold]
  • Cleanup doctests so they run with py3, update history and readme. [Stephen L Arnold]
  • Test examples, update/reformat readme. [Stephen L Arnold]

Fixes

  • Cleanup lint, packaging, tox envs (#2) [Steve Arnold]

    • update tox env/cfg and cleanup some lint and reformat source
    • revert to original entry-point name, cleanup MANIFEST, update tox
    • update ci workflows (add release and wheel artifact check)
    • sync up workflow triggers, run src test with python

Other

  • Bump version for release, fix branch name in workflows. [Stephen L Arnold]