We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1214a5 commit 2582df1Copy full SHA for 2582df1
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.3.7] - 2025-01-26
6
+
7
+### Bug Fixes
8
9
+- Make enum to not be hidden in blink-cmp
10
11
+### Features
12
13
+- Add version command to cli
14
15
16
## [1.3.6] - 2024-10-27
17
18
### Bug Fixes
crates/lsp/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "beancount-language-server"
-version = "1.3.6"
+version = "1.3.7"
edition = "2021"
authors = ["Brian Ryall <polarmutex@users.noreply.github.com>"]
license = "MIT"
0 commit comments