Releases: fork-tongue/patchdiff
Releases Β· fork-tongue/patchdiff
v0.3.5
Tooling update (#20) * Migrate from poetry to uv * Configure trusted publishing to PyPi * Ignore uv.lock * Migrate flake8 and black to ruff * Fix for Python 3.9 and 3.8 * No need to checkout the code when publishing * Revert "No need to checkout the code when publishing" This reverts commit 94a59bf4f0e331c0a616f2cd2fee086c4d3b98c8. * Bump version to 0.3.5
Release v0.3.4
Push test coverage to 100% and bump version (#18) * push test coverage to 100% * bump version * maintain tokens inside pointer as a tuple * add test for Pointer.append
Release v0.3.3
Included changes:
- Fixes for (reverse) ops #15
Release v0.3.2
Merge pull request #14 from Korijn/bump-version Included change: * Fix appending operation for list (#13)
Release v0.3.1
Merge pull request #12 from Korijn/bump-version Bump version to 0.3.1 Includes the following changes: * Add support for Python 3.6, 3.7, 3.8 and 3.10 (#9) * Remove isinstance calls to be able to work with proxied objects (#10 and #11)
Release v0.3.0
add to_json to readme
Release v0.2.0
tests pass, reverse ops implemented
Release v0.1.0
black