Skip to content

Commit d109fa0

Browse files
committed
Bump up version
1 parent 0dd887f commit d109fa0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.8.6
4+
5+
* Support totality checking for functions [#58](https://github.com/zjhmale/vscode-idris/issues/58)
6+
* Better support for literate programming [#75](https://github.com/zjhmale/vscode-idris/issues/75)
7+
* Support `Add proof clause` command [#76](https://github.com/zjhmale/vscode-idris/issues/76)
8+
* Update syntax file to fix context signature [df29a52](https://github.com/zjhmale/vscode-idris/commit/df29a527bb6a31ac7a57712791b84c0b8c7229e0) [@be5invis](https://github.com/be5invis)
9+
* Update code snippets [3c1c869](https://github.com/zjhmale/vscode-idris/commit/3c1c869abd9c6821c563a078571c89d608a445b4)
10+
311
## 0.8.3
412

513
* Update syntax file to support numbers in module names [2ceb72d](https://github.com/zjhmale/vscode-idris/commit/2ceb72ddb72df2d3e51586a50485a80f694dd7cc) [@be5invis](https://github.com/be5invis)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Idris",
33
"description": "Idris Language Support for Visual Studio Code",
4-
"version": "0.8.3",
4+
"version": "0.8.6",
55
"publisher": "zjhmale",
66
"engines": {
77
"vscode": "^1.8.0"

0 commit comments

Comments
 (0)