Skip to content

Commit

Permalink
chore(release): prepare for v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
polarmutex committed Oct 8, 2023
1 parent eabace5 commit 5c1ad29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.3.3] - 2023-10-08

### CI Tasks

- Bump rustup version to 1.72.0

## [1.3.2] - 2023-10-08

### Bug Fixes
Expand Down
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 = "Miscellaneous Tasks", skip = true},
{ message = "^ci", group = "CI Tasks", skip = false},
{ 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.2"
version = "1.3.3"
edition = "2021"
authors = ["Brian Ryall <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5c1ad29

Please sign in to comment.