Skip to content

Commit c1ded0a

Browse files
committed
chore(release): prepare for v1.9.1
1 parent 47bb071 commit c1ded0a

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

5+
## [1.9.1] - 2026-02-08
6+
7+
### Bug Fixes
8+
9+
- Add override and better support for pyo3 support
10+
- Handle utf16 panics #820
11+
- Add config for warning on transaction flag #816
12+
513
## [1.9.0] - 2026-02-02
614

715
### 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.0"
8+
version = "1.9.1"
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.0",
7+
"version": "1.9.1",
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)