Skip to content

Commit 4678e56

Browse files
authored
chore: update litestar version to 2.15.2 (#54)
1 parent 9e4b36c commit 4678e56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-toast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Update docs/conf.py
2929
if: steps.latest_release.outputs.version != env.CURRENT_VERSION
3030
env:
31-
CURRENT_VERSION: 2.15.1
31+
CURRENT_VERSION: 2.15.2
3232
run: |
3333
sed -Ei "s/(\"title\": \"Litestar )[[:digit:].]*( has just been released!\")/\1${{ steps.latest_release.outputs.version }}\2/" page/conf.py
3434
sed -Ei "s|(https://docs.litestar.dev/latest/release-notes/changelog.html#)[[:digit:].]*|\1${{ steps.latest_release.outputs.version }}|" page/conf.py

page/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@
190190
},
191191
],
192192
"announcement": {
193-
"title": "Litestar 2.15.1 has been released!",
193+
"title": "Litestar 2.15.2 has been released!",
194194
"description": "Check it out here",
195-
"link": "https://docs.litestar.dev/latest/release-notes/changelog.html#2.15.1",
195+
"link": "https://docs.litestar.dev/latest/release-notes/changelog.html#2.15.2",
196196
},
197197
"project_name": "Litestar",
198198
"project_url": "https://litestar.dev",

0 commit comments

Comments
 (0)