Skip to content

Commit 7e57e56

Browse files
committed
chore(release): prepare for v1.8.1
1 parent 8ec8bea commit 7e57e56

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.8.1] - 2026-01-25
6+
7+
### Bug Fixes
8+
9+
- Cargo publish
10+
511
## [1.8.0] - 2026-01-25
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.8.0"
8+
version = "1.8.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.8.0",
7+
"version": "1.8.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)