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

@@ -1,3 +1,6 @@
## v2.0.0 (2024-01-19)
- Updated link for mailing list in README
## v2.0.0b2 (2023-11-25) ## v2.0.0b2 (2023-11-25)
- Fix broken test in test_load (#329) - Fix broken test in test_load (#329)
- Update README example to async code (#331) - Update README example to async code (#331)

View File

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