From 9e16fd382ac12c11e9cd384a0fbba97c199226a2 Mon Sep 17 00:00:00 2001 From: Weida Hong Date: Wed, 9 Mar 2022 20:49:19 +0800 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 5 +++++ README.md | 4 ++++ package-lock.json | 2 +- package.json | 4 ++-- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c546a1..98574ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the "gpg-indicator" extension will be documented in this Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.6.0] - 2022-03-09 +### Changed +- Remove the binary tool dependency of `expect` + + ## [0.5.0] - 2021-10-30 ### Added - Support multi-root workspace. diff --git a/README.md b/README.md index 4829b42..328c26c 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,10 @@ and the key ID is the hex string after the algorithm identifier. ## Release Notes +### 0.6.0 + +Finally, remove the dependency of the binary tool, `expect`. :D + ### 0.5.0 Support multi-root workspace and let user adjust status refresh interval. diff --git a/package-lock.json b/package-lock.json index fa7d682..864c4c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gpg-indicator", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0bdb75f..2e7cda2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "name": "Weida Hong", "url": "https://blog.bitisle.net" }, - "version": "0.5.0", + "version": "0.6.0", "publisher": "wdhongtw", "engines": { "vscode": "^1.45.0" @@ -66,6 +66,6 @@ "type": "git", "url": "https://github.com/wdhongtw/vscode-gpg-indicator" }, - "preview": true, + "preview": false, "dependencies": {} }