Skip to content

Changelog

This is an auto-generated log of all the changes that have been made to the project since the first release, with the latest changes at the top.

This project adheres to Semantic Versioning.

Unreleased

These are the changes that have been merged to the repository since the last release. If you want to try out these changes, you can install the latest version from the main branch by running:

$ pip install git+https://github.com/seapagan/github-changelog-md

or, if using poetry:

$ poetry add git+https://github.com/seapagan/github-changelog-md
Everything in this section will be included in the next official release.

Merged Pull Requests

Full Changelog | Diff | Patch

v0.3.0 (June 24, 2024)

New Features

  • Catch missing poetry.lock file (#22) by seapagan
  • Add an option to hide the progress bar while still showing other output (#21) by seapagan
  • Add a GitHub action configuration (#19) by seapagan

Documentation

  • Document the GitHub Action functionality (#20) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.2.2 (June 18, 2024)

Security Update

  • Updates urllib3 to fix a MODERATE severity security issue.

Dependency Updates

Full Changelog | Diff | Patch

v0.2.1 (June 17, 2024)

Bug Fixes

  • Fix plugin description spanning lines (#11) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.2.0 (June 14, 2024)

New Features

  • Implement caching to store the yanked status of already checked libraries. (#6) by seapagan

Documentation

Full Changelog | Diff | Patch

v0.1.1 (June 11, 2024)

A quick release to lower the required version of Poetry to 1.6.0 and add PyPI trove classifiers

Full Changelog | Diff | Patch

v0.1.0 (June 11, 2024)

This is the first release.


This changelog was generated using github-changelog-md by Seapagan