Skip to content

Commit 354f446

Browse files
blhsingclaude
andcommitted
Release 1.0.0: full merge-ort parity
Graduate to 1.0.0 / Production-Stable now that the pure-Python ort engine reaches byte-for-byte parity with `git merge-tree --write-tree`, including custom external merge drivers and deeply-nested directory renames. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d020b32 commit 354f446

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pure-python-git"
7-
version = "0.2.0"
7+
version = "1.0.0"
88
description = "Pure-Python git reimplementation with a byte-exact in-process `ort` merge engine and no C `git` dependency. Installs `pygit`; opt-in `git` shim via `pip install pure-python-git[git]`."
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
authors = [{ name = "Ben Hsing", email = "blhsing@gmail.com" }]
1212
license = { file = "LICENSE" }
1313
keywords = ["git", "vcs", "version-control", "scm"]
1414
classifiers = [
15-
"Development Status :: 4 - Beta",
15+
"Development Status :: 5 - Production/Stable",
1616
"Environment :: Console",
1717
"Intended Audience :: Developers",
1818
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)