Skip to content

Commit ec48898

Browse files
committed
Release 0.12.0
1 parent 0af8841 commit ec48898

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

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 = "bacon-ls"
3-
version = "0.12.0-dev"
3+
version = "0.12.0"
44
edition = "2021"
55
authors = ["Matteo Bigoi <[email protected]>"]
66
description = "Bacon Language Server"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,5 @@ The LSP client reads them as response to `textDocument/diagnostic` and `workspac
276276
- ✅ Create `bacon` preferences file if not found on disk - working from `bacon-ls` 0.10.0
277277
- ✅ Start `bacon` in background based on user preferences - working from `bacon-ls` 0.10.0
278278
- ✅ Synchronize diagnostics for all open files - working from `bacon-ls` 0.10.0
279+
- ✅ Support Helix editor - working from bacon-ls 0.12.0
279280
- 🌍 Emacs configuration

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Bacon Language Server",
44
"description": "Rust diagnostic based on Bacon",
55
"publisher": "MatteoBigoi",
6-
"version": "0.12.0-dev",
6+
"version": "0.12.0",
77
"private": true,
88
"icon": "img/icon.png",
99
"repository": {

0 commit comments

Comments
 (0)