Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev committed Jan 19, 2025
1 parent 0af8841 commit ec48898
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bacon-ls"
version = "0.12.0-dev"
version = "0.12.0"
edition = "2021"
authors = ["Matteo Bigoi <bigo@crisidev.org>"]
description = "Bacon Language Server"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,5 @@ The LSP client reads them as response to `textDocument/diagnostic` and `workspac
- ✅ Create `bacon` preferences file if not found on disk - working from `bacon-ls` 0.10.0
- ✅ Start `bacon` in background based on user preferences - working from `bacon-ls` 0.10.0
- ✅ Synchronize diagnostics for all open files - working from `bacon-ls` 0.10.0
- ✅ Support Helix editor - working from bacon-ls 0.12.0
- 🌍 Emacs configuration
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Bacon Language Server",
"description": "Rust diagnostic based on Bacon",
"publisher": "MatteoBigoi",
"version": "0.12.0-dev",
"version": "0.12.0",
"private": true,
"icon": "img/icon.png",
"repository": {
Expand Down

0 comments on commit ec48898

Please sign in to comment.