diff --git a/CHANGELOG.md b/CHANGELOG.md index e13ed91..abf579d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Change Log +### 0.9.0 (2022-06-11) +* Add an outline or SymbolProvider [@isometimescode](https://github.com/Lencerf/vscode-beancount/issues/72) + ### 0.8.2 (2022-05-29) * Skip closed accounts when prompting complete items [@mengqi92](https://github.com/Lencerf/vscode-beancount/pull/70). * Bump minimist from 1.2.5 to 1.2.6. diff --git a/README.md b/README.md index f6954d8..8920913 100644 --- a/README.md +++ b/README.md @@ -70,14 +70,12 @@ see GitHub [issue page](https://github.com/Lencerf/vscode-beancount/issues) ## Release Notes +### 0.9.0 +* Add an outline or SymbolProvider [@isometimescode](https://github.com/Lencerf/vscode-beancount/issues/72) + ### 0.8.2 * Skip closed accounts when prompting complete items [@mengqi92](https://github.com/Lencerf/vscode-beancount/pull/70). * Bump minimist from 1.2.5 to 1.2.6. ### 0.8.1 * Support relative path to python (Add [#27](https://github.com/Lencerf/vscode-beancount/pull/27) back) - -### 0.8.0 -* Support alias `~` for home directory on `python3Path` config [@whusnoopy](https://github.com/Lencerf/vscode-beancount/pull/59). -* Support windows % variables paths [@huruka](https://github.com/huruka/vscode-beancount/commit/f66ae343f744cf539e3e964d4c01691b5ff23859). - diff --git a/package.json b/package.json index e3c4500..d753f9a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "beancount", "displayName": "Beancount", "description": "VSCode extension for Beancount", - "version": "0.8.2", + "version": "0.9.0", "publisher": "Lencerf", "engines": { "vscode": "^1.46.0"