Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ See [GitHub releases](https://github.com/pyOpenSci/pyosMeta/releases) page for a

## [Unreleased]

[v1.8.1] - 2026-08-25

* Fix: don't overwrite packages.yml if api endpoints are not found (@lwasser)
* Docs: clarify README / CONTRIBUTING / development split; add workflow overview with Mermaid diagram; slim Usage section
* Docs: clarify README / CONTRIBUTING / development split; add workflow overview with Mermaid diagram; slim Usage section (@lwasser))
* Feat: Automate editorial board roster management using GitHub teams (@lwasser #393)

This release adds a feature - automating editorial board roster management using
GitHub teams. It also fixes a bug where the packages.yml file was being overwritten
if endpoints aren't found and it fixes permissions throughout as well.

[v1.8.0] - 2026-08-11

* Fix: handle GitHub 401 and 403 API errors, use REST API for metadata, ensure metadata are updated, and fail on bad API calls (@lwasser, #384)
Expand Down