From 55f46f43853435a592a26b9058f9c0eb10160317 Mon Sep 17 00:00:00 2001 From: zjhmale Date: Fri, 7 Apr 2017 04:06:50 +0800 Subject: [PATCH] Bump up version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f012276..5546c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.9 + +* Support `Go to Symbol` and `Search Symbol` [#48](https://github.com/zjhmale/vscode-idris/issues/48) +* `Find definition` improvement [#67](https://github.com/zjhmale/vscode-idris/issues/67) +* Fix `Can't find import` bug for typechecking [#66](https://github.com/zjhmale/vscode-idris/issues/66) + ## 0.6.6 * `Go to Definition` and `Peek Definition` improvement [#63](https://github.com/zjhmale/vscode-idris/issues/63) diff --git a/package.json b/package.json index 784af59..70ddac7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Idris", "description": "Idris Language Support for Visual Studio Code", - "version": "0.6.6", + "version": "0.6.9", "publisher": "zjhmale", "engines": { "vscode": "^1.8.0"