Releases: cscorley/whatthepatch
Releases · cscorley/whatthepatch
1.0.7
What's Changed
- fix: incorrect regular expression matching diffcmd by @jingfelix in #62
- Release 1.0.7 by @cscorley in #63
New Contributors
- @jingfelix made their first contribution in #62
Full Changelog: 1.0.6...1.0.7
1.0.6 republish
Using new OIDC publishing method
Full Changelog: 1.0.6...1.0.6-republish
1.0.6
What's Changed
- Bump black from 22.10.0 to 24.3.0 by @dependabot in #59
- Improve huge_patch test by @arkamar in #60
- Release 1.0.6 by @cscorley in #61
New Contributors
- @dependabot made their first contribution in #59
- @arkamar made their first contribution in #60
Full Changelog: 1.0.5...1.0.6
1.0.5
1.0.4
1.0.3
Fix unified diff parse error
- Support up to 3.9
- PR #42 Fix unified diff parse error (Thanks, @kkpattern)
Fix bug where context diffs would not parse
- PR #37 Replace nose with pytest (Thanks, @MeggyCal)
- PR #39 Fix bug where context diffs would not parse (Thanks, @FallenSky2077)
Release 1.0.0
- Issue #26 fix where hardcoded "/tmp" reference was being used
- Support up to Python 3.8
- Drop support for Python 2, 3.4
Dev-only:
- Bump Code of Conduct to 2.0
- Setup Github Actions for package publishing
- Setup Github Actions for build and testing
- Move off Travis and Tox in favor of Github Actions
Release 0.0.6
Prep 6 release (#24) * prep 6 release * force urllib3 update * add setuptools and wheel to dev packages