Skip to content

Commit

Permalink
prep for 0.10.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed May 1, 2024
1 parent a90131f commit 46a61f2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
"**/.mypy_cache/**": true,
"**/.pytest_cache/**": true,
"**/.ruff_cache/**": true
}
},
"markdownlint.ignore": ["CHANGELOG.md"]
}
33 changes: 26 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ project since the first release.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.10.3](https://github.com/seapagan/py-maker/releases/tag/v0.10.3) (May 01, 2024)

This is a security release to fix several vulnerabilities in dependency packages.

**Dependency Updates**

- Build(deps-dev): bump pymarkdownlnt from 0.9.18 to 0.9.19 ([#383](https://github.com/seapagan/py-maker/pull/383)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Build(deps-dev): bump mkdocs-git-revision-date-localized-plugin from 1.2.4 to 1.2.5 ([#382](https://github.com/seapagan/py-maker/pull/382)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Build(deps-dev): bump poethepoet from 0.25.0 to 0.26.1 ([#381](https://github.com/seapagan/py-maker/pull/381)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Build(deps-dev): bump faker from 24.4.0 to 25.0.0 ([#380](https://github.com/seapagan/py-maker/pull/380)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Build(deps-dev): bump pytest-xdist from 3.5.0 to 3.6.1 ([#379](https://github.com/seapagan/py-maker/pull/379)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Build(deps-dev): bump mkdocs-material from 9.5.17 to 9.5.20 ([#378](https://github.com/seapagan/py-maker/pull/378)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Build(deps-dev): bump pytest from 8.1.1 to 8.2.0 ([#377](https://github.com/seapagan/py-maker/pull/377)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Build(deps-dev): bump mkdocstrings from 0.24.2 to 0.25.0 ([#375](https://github.com/seapagan/py-maker/pull/375)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Build(deps-dev): bump pymdown-extensions from 10.7.1 to 10.8.1 ([#374](https://github.com/seapagan/py-maker/pull/374)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Build(deps-dev): bump ruff from 0.3.5 to 0.4.2 ([#371](https://github.com/seapagan/py-maker/pull/371)) by [dependabot[bot]](https://github.com/apps/dependabot)
- *and 20 more dependency updates*

[`Full Changelog`](https://github.com/seapagan/py-maker/compare/v0.10.2...v0.10.3) | [`Diff`](https://github.com/seapagan/py-maker/compare/v0.10.2...v0.10.3.diff) | [`Patch`](https://github.com/seapagan/py-maker/compare/v0.10.2...v0.10.3.patch)

## [v0.10.2](https://github.com/seapagan/py-maker/releases/tag/v0.10.2) (March 13, 2024)

Expand Down Expand Up @@ -126,11 +145,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [v0.9.4](https://github.com/seapagan/py-maker/releases/tag/v0.9.4) (December 11, 2023)


This is a security release that fixes a vulnerability in the 'cryptography'
package.


**Refactoring**

- Update pre commit config to use poetry-export-plugin directly ([#203](https://github.com/seapagan/py-maker/pull/203)) by [seapagan](https://github.com/seapagan)
Expand Down Expand Up @@ -438,14 +455,16 @@ package.

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

- 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) | [`Diff`](https://github.com/seapagan/py-maker/compare/v0.4.1...v0.4.2.diff) | [`Patch`](https://github.com/seapagan/py-maker/compare/v0.4.1...v0.4.2.patch)
- 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) | [`Diff`](https://github.com/seapagan/py-maker/compare/v0.4.1...v0.4.2.diff) | [`Patch`](https://github.com/seapagan/py-maker/compare/v0.4.1...v0.4.2.patch)

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

- 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) | [`Diff`](https://github.com/seapagan/py-maker/compare/v0.4.0...v0.4.1.diff) | [`Patch`](https://github.com/seapagan/py-maker/compare/v0.4.0...v0.4.1.patch)
- 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) | [`Diff`](https://github.com/seapagan/py-maker/compare/v0.4.0...v0.4.1.diff) | [`Patch`](https://github.com/seapagan/py-maker/compare/v0.4.0...v0.4.1.patch)

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyproject-maker"
version = "0.10.2"
version = "0.10.3"
description = "A command line app to create a Python project skeleton."
authors = ["Grant Ramsay <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 46a61f2

Please sign in to comment.