Skip to content

Commit

Permalink
chore(release): prepare for 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ryall committed Aug 5, 2024
1 parent 0e4a3a5 commit 854fb83
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 18 deletions.
68 changes: 52 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

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

## [1.3.4] - 2024-01-06
## [1.3.5] - 2024-08-05

### Bug Fixes

- Change message prefix from mun to beancount
- Clippy

### Documentation

- Document installation with Homebrew
- Update docs for Helix 23.10 and later

## [1.3.4] - 2024-01-16

### Bug Fixes

Expand All @@ -24,12 +36,6 @@ All notable changes to this project will be documented in this file.

- Add tests for date completion logic

## [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 Expand Up @@ -81,24 +87,54 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- Vscode version sync
- Make release artifacts uncompressed
- Release-please manifest
- Link README and CHANGELOG to vscode ext
- Typo in formatting log
- Github workflow errors on release
- Windows github workflow error on release
- Vsce publish error
- Release workflow errors
- Release workflow issues

## [beancount-language-server-v1.2.4] - 2022-06-21

### Bug Fixes

- Release workflow issues

## [beancount-language-server-v1.2.3] - 2022-06-21

### Bug Fixes

- Release workflow errors

## [beancount-language-server-v1.2.2] - 2022-06-21

### Bug Fixes

- Windows github workflow error on release
- Vsce publish error

## [beancount-language-server-v1.2.1] - 2022-06-21

### Bug Fixes

- Github workflow errors on release

## [beancount-language-server-v1.2.0] - 2022-06-21

### Bug Fixes

- Typo in formatting log

### Features

- Initial work on vscode ext
- Reboot vscode ext
- Support glob in include statements

## [beancount-language-server-v1.1.2] - 2022-06-19

### Bug Fixes

- Vscode version sync
- Make release artifacts uncompressed
- Release-please manifest
- Link README and CHANGELOG to vscode ext

## [1.1.1] - 2022-05-02

### 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.4"
version = "1.3.5"
edition = "2021"
authors = ["Brian Ryall <polarmutex@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit 854fb83

Please sign in to comment.