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
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
Dependency Updates
- Bump types-requests from 2.32.0.20240602 to 2.32.0.20240622 (#18) by dependabot[bot]
- Bump ruff from 0.4.9 to 0.4.10 (#17) by dependabot[bot]
- Bump faker from 25.8.0 to 25.9.1 (#16) by dependabot[bot]
- Bump github-changelog-md from 0.9.3 to 0.9.4 (#15) by dependabot[bot]
Full Changelog
| Diff
| Patch
v0.2.2 (June 18, 2024)
Security Update
- Updates
urllib3
to fix a MODERATE severity security issue.
Dependency Updates
- Bump urllib3 from 2.2.1 to 2.2.2 (#13) by dependabot[bot]
Full Changelog
| Diff
| Patch
v0.2.1 (June 17, 2024)
Bug Fixes
Dependency Updates
- Bump mkdocs-material from 9.5.26 to 9.5.27 (#10) by dependabot[bot]
- Bump ruff from 0.4.8 to 0.4.9 (#9) by dependabot[bot]
Full Changelog
| Diff
| Patch
v0.2.0 (June 14, 2024)
New Features
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