Skip to content

Commit

Permalink
Version bump v2024.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Dec 4, 2024
1 parent af7372c commit 98c61c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down
2 changes: 1 addition & 1 deletion stdlibs/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""

__version__ = "2024.10.25"
__version__ = "2024.12.3"

0 comments on commit 98c61c1

Please sign in to comment.