From da22fc730fc08b5857003c756b9fa1ed72159a7d Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Thu, 21 Nov 2024 11:43:58 +0200 Subject: [PATCH 1/2] release notes dump --- release-notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/release-notes.md b/release-notes.md index 44f32e8..aca8f6d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,6 +3,21 @@ Version History and Release Notes Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus.com/) are documented here. +## Version 2024.11.3 + + +- Added `venv` and `.venv` directories to the `.dockerignore` file and `make translations` target. +- The `make requirements` command now restarts containers in the background, making it easier to combine + with other make targets. +- Added a catch-all to the `Makefile` to prevent error messages when running `make npm-install ` + and similar commands. +- Updated README commands to consistently use `python manage.py` instead of just `./manage.py`. +- Pinned the version of `uv` used in CI and Dockerfiles. +- Fixed the link to the multi-stage dockerfile docs in `Dockerfile.web` +- Upgraded a number of Python packages. +- Increased the default concurrency of celery in Kamal deploys. +- Updated the `default_stages` of the `.pre-commit-config.yaml` file to the latest expected format (`pre-commit`). + ## Version 2024.11.2 This release adds the ability to disable dark mode on Tailwind, upgrades front end libraries, From e8cb34ca977fe7aaa97dbba4c08f516fbd5a6801 Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Thu, 21 Nov 2024 13:48:45 +0200 Subject: [PATCH 2/2] tweak release notes --- release-notes.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/release-notes.md b/release-notes.md index aca8f6d..5aabe28 100644 --- a/release-notes.md +++ b/release-notes.md @@ -5,19 +5,24 @@ Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus. ## Version 2024.11.3 +This is a minor maintenance release with a few changes in preparation for adding `uv` support (coming soon!). +### Changed + +- Pinned the version of `uv` used in CI and Dockerfiles. - Added `venv` and `.venv` directories to the `.dockerignore` file and `make translations` target. - The `make requirements` command now restarts containers in the background, making it easier to combine with other make targets. - Added a catch-all to the `Makefile` to prevent error messages when running `make npm-install ` and similar commands. - Updated README commands to consistently use `python manage.py` instead of just `./manage.py`. -- Pinned the version of `uv` used in CI and Dockerfiles. +- Made some minor formatting changes to `pyproject.toml`. - Fixed the link to the multi-stage dockerfile docs in `Dockerfile.web` - Upgraded a number of Python packages. -- Increased the default concurrency of celery in Kamal deploys. - Updated the `default_stages` of the `.pre-commit-config.yaml` file to the latest expected format (`pre-commit`). +*Nov 21, 2024* + ## Version 2024.11.2 This release adds the ability to disable dark mode on Tailwind, upgrades front end libraries,