Skip to content

Commit

Permalink
chore(release): 1.3.3 -> 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ryall committed Jan 16, 2024
1 parent 19c7e26 commit 04f277d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.3"
version = "1.3.4"
edition = "2021"
authors = ["Brian Ryall <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
"rustfmt"
];
})
git-cliff
virt-viewer
];
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
Expand Down

0 comments on commit 04f277d

Please sign in to comment.