Skip to content

Commit

Permalink
Merge pull request #104 from czue/develop
Browse files Browse the repository at this point in the history
2024.11.3 release notes
  • Loading branch information
czue authored Nov 21, 2024
2 parents dc793c9 + e8cb34c commit 9f10ac5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ Version History and Release Notes

Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus.com/) are documented here.

## 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 <package_name>`
and similar commands.
- Updated README commands to consistently use `python manage.py` instead of just `./manage.py`.
- 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.
- 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,
Expand Down

0 comments on commit 9f10ac5

Please sign in to comment.