Prepare for v2.0.0 release

- Update CHANGELOG.md
This commit is contained in:
Jacob Alexander
2024-01-19 08:35:01 -08:00
parent 1f2349ab45
commit 1fb168796d
2 changed files with 4 additions and 1 deletions

View File

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