Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Feb 24, 2025
1 parent 458a9f6 commit 0001cb7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release Notes
=============

Version 0.2.0
-------------

- Update dependency starlette to ^0.46.0 (#66)
- Update Node.js to v22.14.0 (#65)
- Update nginx Docker tag to v1.27.4 (#64)
- Update dependency ruff to v0.9.7 (#63)
- Update dependency next to v15.1.7 (#62)
- Update dependency eslint-config-next to v15.1.7 (#61)
- Update dependency Django to v4.2.19 (#60)

Version 0.1.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from main.sentry import init_sentry
from openapi.settings_spectacular import open_spectacular_settings

VERSION = "0.1.0"
VERSION = "0.2.0"

log = logging.getLogger()

Expand Down

0 comments on commit 0001cb7

Please sign in to comment.