Skip to content

Commit

Permalink
chore(release): prepare 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ryall committed Oct 27, 2024
1 parent 144ce1a commit 2c93a88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.3.6] - 2024-10-27

### Bug Fixes

- Update req_queue call to match API change
- Don't panic on invalid JSON inputs to Config

## [1.3.5] - 2024-08-05

### Bug Fixes
Expand Down
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 crates/lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beancount-language-server"
version = "1.3.5"
version = "1.3.6"
edition = "2021"
authors = ["Brian Ryall <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2c93a88

Please sign in to comment.