Skip to content

Commit 8dff73d

Browse files
committed
chore(release): prepare for v1.9.2
1 parent 0d88e95 commit 8dff73d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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 in this file.
44

5+
## [1.9.2] - 2026-02-12
6+
7+
### Bug Fixes
8+
9+
- Allow diagnotics when journal_root not set #822
10+
511
## [1.9.1] - 2026-02-08
612

713
### Bug Fixes

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
@@ -5,7 +5,7 @@ members = [
55
resolver = "2"
66

77
[workspace.package]
8-
version = "1.9.1"
8+
version = "1.9.2"
99
edition = "2024"
1010
rust-version = "1.92.0"
1111

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "beancount language server",
55
"author": "Brian Ryall",
66
"license": "MIT",
7-
"version": "1.9.1",
7+
"version": "1.9.2",
88
"repository": "https://github.com/polarmutex/beancount-language-server.git",
99
"homepage": "https://github.com/polarmutex/beancount-language-server",
1010
"bugs": "https://github.com/polarmutex/beancount-language-server/issues",

0 commit comments

Comments
 (0)