Skip to content

Commit 81b9508

Browse files
committed
chore(release): v0.0.34
1 parent 5401642 commit 81b9508

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.34] - 2026-02-10
6+
7+
### Added
8+
9+
- **Agents**: Custom agent management with add and delete support.
10+
11+
### Fixed
12+
13+
- **ACP**: Use `list_agent_candidates` to respect custom path overrides.
14+
- **GitLab**: Replace invalid `--hostname` flag with `GITLAB_HOST` env var for `glab mr diff`.
15+
516
## [0.0.33] - 2026-02-09
617

718
### Added

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

0 commit comments

Comments
 (0)