From 98c61c16fbe6c0be1b2b382b846601bc7ab4c6a0 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Tue, 3 Dec 2024 22:05:13 -0800 Subject: [PATCH] Version bump v2024.12.3 --- CHANGELOG.md | 18 ++++++++++++++++++ stdlibs/__version__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb44c1..128cd1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ stdlibs [![Generated by attribution][attribution-badge]][attribution-url] +v2024.12.3 +---------- + +Bugfix release + +- Documented name inclusion policy (#132) +- Fixed handling of `_peg_parser` module, removed `peg_parser` from stdlibs (#126) +- Fixed detection of `PyInit` functions, added `_pybsddb` to 2.x stdlibs (#127) +- Dropped 3.8 from CI testing (#133) + +```text +$ git shortlog -s v2024.10.25...v2024.12.3 + 2 Amethyst Reese + 3 Tim Hatch + 5 dependabot[bot] +``` + + v2024.10.25 ----------- diff --git a/stdlibs/__version__.py b/stdlibs/__version__.py index 4b7e654..ee50367 100644 --- a/stdlibs/__version__.py +++ b/stdlibs/__version__.py @@ -4,4 +4,4 @@ Do not edit manually. Get more info at https://attribution.omnilib.dev """ -__version__ = "2024.10.25" +__version__ = "2024.12.3"