Skip to content

Commit ec986cf

Browse files
committed
chore(release): v0.0.33
1 parent 5f54fd1 commit ec986cf

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented here. This project follows SemVer once we reach 1.0.
44

5+
## [0.0.33] - 2026-02-09
6+
7+
### Added
8+
9+
- **UI**: Update modal showing changelog and brew update command.
10+
511
## [0.0.32] - 2026-02-09
612

713
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lareview"
3-
version = "0.0.32"
3+
version = "0.0.33"
44
edition = "2024"
55
default-run = "lareview"
66

frontend/src/components/Common/UpdateModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const UpdateModal: React.FC<UpdateModalProps> = ({
6161
<div className="custom-scrollbar max-h-[50vh] overflow-y-auto p-5">
6262
{/* What's New */}
6363
<div className="mb-5">
64-
<h4 className="text-text-primary mb-2 text-xs font-semibold">What's New</h4>
64+
<h4 className="text-text-primary mb-2 text-xs font-semibold">What&apos;s New</h4>
6565
{updateInfo.releaseNotes ? (
6666
<MarkdownRenderer className="prose prose-invert prose-sm max-w-none">
6767
{updateInfo.releaseNotes}

tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0",
33
"productName": "LaReview",
4-
"version": "0.0.32",
4+
"version": "0.0.33",
55
"identifier": "dev.lareview",
66
"build": {
77
"beforeDevCommand": {

0 commit comments

Comments
 (0)