Prepare for v2.1.0 release

- Update CHANGELOG.md
This commit is contained in:
Jacob Alexander
2025-09-04 07:30:46 -07:00
parent ab6b6bca90
commit 3a3adfb5f1
2 changed files with 15 additions and 2 deletions

View File

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