Skip to content

📝 Add README badges and cut 0.1.0 changelog#15

Merged
dariocazzani merged 1 commit into
mainfrom
feat/readme-badges
May 3, 2026
Merged

📝 Add README badges and cut 0.1.0 changelog#15
dariocazzani merged 1 commit into
mainfrom
feat/readme-badges

Conversation

@dariocazzani
Copy link
Copy Markdown
Contributor

What does this PR do?

Adds a four-badge strip to the top of the README (PyPI version, supported Python versions, CI status, license) so first-time visitors on GitHub or the PyPI landing page see the project's vitals immediately. Also cleans up the changelog: the items that were sitting in `[Unreleased]` are now correctly under a dated `[0.1.0]` section, matching what actually shipped to PyPI.

Details

  • README badges use shields.io and point at the right endpoints: PyPI, PyPI pyversions, the CI workflow, and the LICENSE file.
  • CHANGELOG: move everything under `[Unreleased]` into a new `[0.1.0] - 2026-05-03` section; remove the old placeholder stub at the bottom.
  • `[Unreleased]` now contains only the new badge line, ready for the next release.

- Add a four-badge strip to the top of the README: PyPI version,
  supported Python versions, CI status, license. First thing a
  landing visitor sees.
- Cut [Unreleased] into a dated [0.1.0] section matching what
  actually went out on PyPI today, leaving [Unreleased] empty
  aside from the new badge line.
@dariocazzani dariocazzani merged commit 55ef6a7 into main May 3, 2026
6 checks passed
@dariocazzani dariocazzani deleted the feat/readme-badges branch May 3, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant