Skip to content

Commit 70635fa

Browse files
committed
chore(release): v0.0.32
1 parent b5fa7e6 commit 70635fa

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.32] - 2026-02-09
6+
7+
### Fixed
8+
9+
- **Shell**: Always apply all environment variables from shell (removed conditional logic that skipped non-PATH vars).
10+
- **GitLab**: Extract login from glab CLI output even on partial failure (e.g., multiple instances configured).
11+
- **GitLab**: Added comprehensive tests for MR reference parsing.
12+
513
## [0.0.31] - 2026-02-04
614

715
### 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.31"
3+
version = "0.0.32"
44
edition = "2024"
55
default-run = "lareview"
66

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.31",
4+
"version": "0.0.32",
55
"identifier": "dev.lareview",
66
"build": {
77
"beforeDevCommand": {

0 commit comments

Comments
 (0)