diff --git a/CHANGELOG.md b/CHANGELOG.md index 060d069b..0e28abda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. +## [1.3.4] - 2024-01-06 + +### Bug Fixes + +- Clippy warnings/errors +- Read the log cmd flag +- Upgrade to latest tree-sitter-beancount + +### Features + +- Improve, simplify, and test completion +- Tag and link completion + +### Refactor + +- Initial date completion tests +- Completion handler to handle params in handler + +### Testing + +- Add tests for date completion logic + ## [1.3.3] - 2023-10-08 ### CI Tasks diff --git a/Cargo.lock b/Cargo.lock index a57404fb..0ae48b28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "beancount-language-server" -version = "1.3.3" +version = "1.3.4" dependencies = [ "anyhow", "bytes", diff --git a/cliff.toml b/cliff.toml index b022f57d..f3d2a250 100644 --- a/cliff.toml +++ b/cliff.toml @@ -51,7 +51,7 @@ commit_parsers = [ { message = "^test", group = "Testing"}, { message = "^chore\\(release\\): prepare for", skip = true}, { message = "^chore", group = "Miscellaneous Tasks", skip = true}, - { message = "^ci", group = "CI Tasks", skip = false}, + { message = "^ci", group = "CI Tasks", skip = true}, { body = ".*security", group = "Security"}, ] # protect breaking changes from being skipped due to matching a skipping commit_parser diff --git a/crates/lsp/Cargo.toml b/crates/lsp/Cargo.toml index 99e31670..9cf8c6e0 100644 --- a/crates/lsp/Cargo.toml +++ b/crates/lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beancount-language-server" -version = "1.3.3" +version = "1.3.4" edition = "2021" authors = ["Brian Ryall "] license = "MIT" diff --git a/flake.nix b/flake.nix index 4a1722cb..aee923b4 100644 --- a/flake.nix +++ b/flake.nix @@ -147,6 +147,7 @@ "rustfmt" ]; }) + git-cliff virt-viewer ]; LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [