Skip to content

Commit 8b79816

Browse files
authored
0.7.4-changelog (#1243)
1 parent 949484e commit 8b79816

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pcweb/pages/changelog.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ def change(
4848

4949
def changelog_content():
5050
return rx.el.ul(
51+
change(
52+
"2025-03-24",
53+
"v0.7.4",
54+
"SASS/SCSS support with libsass package",
55+
[
56+
"bun as primary package installer/runtime",
57+
"call reflex apps with an ASGI framework",
58+
"specify multiple env files",
59+
],
60+
"https://github.com/reflex-dev/reflex/releases/tag/v0.7.4",
61+
),
5162
change(
5263
"2025-03-17",
5364
"v0.7.3",

0 commit comments

Comments
 (0)