Skip to content

Commit

Permalink
fix changelog latest version number
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Oct 24, 2023
1 parent c45e4d4 commit 22f1a4a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## [0.9.2](https://github.com/seapagan/py-maker/releases/tag/0.9.2) (2023-10-24)
## [v0.9.2](https://github.com/seapagan/py-maker/releases/tag/v0.9.2) (2023-10-24)

**Merged Pull Requests**

- migrate to new changelog generator
([#165](https://github.com/seapagan/py-maker/pull/165))
by [seapagan](https://github.com/seapagan)
- [pre-commit.ci] pre-commit autoupdate
([#164](https://github.com/seapagan/py-maker/pull/164))
by [pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)
Expand Down Expand Up @@ -44,7 +47,7 @@ by [dependabot[bot]](https://github.com/apps/dependabot)
([#151](https://github.com/seapagan/py-maker/pull/151))
by [dependabot[bot]](https://github.com/apps/dependabot)

[`Full Changelog`](https://github.com/seapagan/py-maker/compare/v0.9.1...0.9.2)
[`Full Changelog`](https://github.com/seapagan/py-maker/compare/v0.9.1...v0.9.2)

## [v0.9.1](https://github.com/seapagan/py-maker/releases/tag/v0.9.1) (2023-10-12)

Expand Down Expand Up @@ -498,16 +501,14 @@ by [dependabot[bot]](https://github.com/apps/dependabot)

## [v0.4.2](https://github.com/seapagan/py-maker/releases/tag/v0.4.2) (2023-08-10)

- Added a missing runtime dep (rtoml). It must have been in my venv but not in the `pyproject.toml` 🙄

[`Full Changelog`](https://github.com/seapagan/py-maker/compare/v0.4.1...v0.4.2)
- Added a missing runtime dep (rtoml). It must have been in my venv but not in the `pyproject.toml` 🙄
[`Full Changelog`](https://github.com/seapagan/py-maker/compare/v0.4.1...v0.4.2)

## [v0.4.1](https://github.com/seapagan/py-maker/releases/tag/v0.4.1) (2023-08-10)

- Fixed bug where the first-time config file gets the wrong default template path.
- Update the internal template `pyproject.toml` and `.pre-commit-config.yaml` to use latest dependencies

[`Full Changelog`](https://github.com/seapagan/py-maker/compare/v0.4.0...v0.4.1)
- Fixed bug where the first-time config file gets the wrong default template path.
- Update the internal template `pyproject.toml` and `.pre-commit-config.yaml` to use latest dependencies
[`Full Changelog`](https://github.com/seapagan/py-maker/compare/v0.4.0...v0.4.1)

## [v0.4.0](https://github.com/seapagan/py-maker/releases/tag/v0.4.0) (2023-08-10)

Expand Down

0 comments on commit 22f1a4a

Please sign in to comment.