Skip to content

Commit

Permalink
chore(master): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and polarmutex committed Jun 21, 2022
1 parent 81140cd commit f43724a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.2"
".": "1.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0](https://github.com/polarmutex/beancount-language-server/compare/beancount-language-server-v1.1.2...beancount-language-server-v1.2.0) (2022-06-21)


### Bug Fixes 🐛

* typo in formatting log ([f46fe90](https://github.com/polarmutex/beancount-language-server/commit/f46fe903bba95b206f34e0b124164f69b5e5e53c))


### Features ✨

* initial work on vscode ext ([35f1299](https://github.com/polarmutex/beancount-language-server/commit/35f1299bcf1dfda27f33e9ff46d6876a6240dcd6))
* reboot vscode ext ([e456e54](https://github.com/polarmutex/beancount-language-server/commit/e456e5480795e099f4ed6d5e6055db9c0a9b819f))
* support glob in include statements ([dcaf4f4](https://github.com/polarmutex/beancount-language-server/commit/dcaf4f4b52c9684bbdea7f18cfe917aa3856598b))

## [1.1.2](https://github.com/polarmutex/beancount-language-server/compare/beancount-language-server-v1.1.1...beancount-language-server-v1.1.2) (2022-06-19)


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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beancount-language-server"
version = "1.1.2"
version = "1.2.0"
rust-version = "1.59"
edition = "2021"
authors = ["Brian Ryall <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "beancount language server",
"author": "Brian Ryall",
"license": "MIT",
"version": "1.1.2",
"version": "1.2.0",
"repository": "https://github.com/polarmutex/beancount-language-server.git",
"homepage": "https://github.com/polarmutex/beancount-language-server",
"bugs": "https://github.com/polarmutex/beancount-language-server/issues",
Expand Down

0 comments on commit f43724a

Please sign in to comment.