Skip to content

Commit

Permalink
tweak release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Nov 21, 2024
1 parent da22fc7 commit e8cb34c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <package_name>`
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,
Expand Down

0 comments on commit e8cb34c

Please sign in to comment.