Skip to content

Tags: fork-tongue/patchdiff

Tags

v0.3.7

Toggle v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#27)

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.3.6 (#24)

* Iterative Levenshtein distance (can handle larger diffs now) (Iterative Levenshtein distance #21)
* Add benchmark and workflow (Add benchmark and workflow (based on observ's) #22)

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 94a59bf.

* Bump version to 0.3.5

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.3.3

Toggle v0.3.3's commit message
remove py3.6 from ci

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #14 from Korijn/bump-version

Included change:

* Fix appending operation for list (#13)

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)

v0.3.0

Toggle v0.3.0's commit message
add to_json to readme

v0.2.0

Toggle v0.2.0's commit message
tests pass, reverse ops implemented

v0.1.0

Toggle v0.1.0's commit message
black