Prepare for v2.2.3 release

- Update CHANGELOG.md
This commit is contained in:
Jacob Alexander
2026-05-30 09:50:22 -07:00
parent fb3408f81d
commit e94fae1cfe
2 changed files with 8 additions and 1 deletions

View File

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