Prepare for v2.20 release

- Update CHANGELOG.md
This commit is contained in:
Jacob Alexander
2025-09-12 07:41:35 -07:00
parent 84674909a2
commit 9704c9b6bf
2 changed files with 6 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ from buildutils.bundle import fetch_libcapnp
MAJOR = 2
MINOR = 1
MINOR = 2
MICRO = 0
TAG = ""
VERSION = "%d.%d.%d%s" % (MAJOR, MINOR, MICRO, TAG)