Skip to content

Commit

Permalink
prep for 0.9.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 Oct 29, 2023
1 parent 10f0b12 commit 1bb9f09
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
16 changes: 7 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased](https://github.com/seapagan/py-maker/tree/HEAD)
## [v0.9.3](https://github.com/seapagan/py-maker/releases/tag/v0.9.3) (2023-10-29)

**Refactoring**

Expand All @@ -15,7 +15,7 @@
- Build(deps-dev): bump mypy from 1.6.0 to 1.6.1 ([#168](https://github.com/seapagan/py-maker/pull/168)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Build(deps-dev): bump pylint-pytest from 1.1.2 to 1.1.3 ([#167](https://github.com/seapagan/py-maker/pull/167)) by [dependabot[bot]](https://github.com/apps/dependabot)

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

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

Expand Down Expand Up @@ -301,16 +301,14 @@

## [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
6 changes: 2 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ importance.
to be added to the generated project. This would also add a command line flag
(ie `--django`, `--pydantic` or `--fastapi` or whatever) to use that plugin,
and a config setting to specify using this plugin always. Plugins could be
built-in (provided with the package) or user-defined (in the user's
built-in (provided with the package) or user-defined (in the users
`/pymaker/plugins` folder or installable via pip). Have a config setting to
specify which plugins are enabled.
- Include an optional `vscode` settings file in the generated project, optimized
Expand All @@ -34,9 +34,7 @@ importance.
settings from the command line.
- check for an existing GitHub repository when the user supplies the repo name
and ask for an alternative if it exists.
- look at ROI for converting the settings module to use `Pydantic` for
validation.
- add option (possibly using the eventual plugin functionality) to create a
- add option (probably using the eventual plugin functionality) to create a
skeleton `typer` CLI app.
- if created a new remote GitHub repo, print the GitHub URL to the console.

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.9.2"
version = "0.9.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 1bb9f09

Please sign in to comment.