From 1fa8e976dd81fd612d03d2e67fbbf7b0a929d1fa Mon Sep 17 00:00:00 2001 From: Ben Webber Date: Sun, 1 Dec 2019 22:46:03 +0000 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e72b0f..1ae4977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.2.0] - 2019-12-01 + ### Added * Added `install` command to install an OpenVPN (`.ovpn`) or Tunnelblick (`.tblk`) configuration from the command line. @@ -17,5 +19,6 @@ Initial release -[Unreleased]: https://github.com/benwebber/tunnelblickctl/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/benwebber/tunnelblickctl/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/benwebber/tunnelblickctl/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/benwebber/tunnelblickctl/releases/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 030e95b..74486c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "tunnelblickctl" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap 2.19.3 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ea3e841..8878c70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tunnelblickctl" -version = "0.1.0" +version = "0.2.0" authors = ["Ben Webber"] [dependencies] diff --git a/package.json b/package.json index 0c37d7c..3b7594d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "typescript": "^3.7.2" }, "repository": "git+https://github.com/benwebber/tunnelblickctl.git", - "version": "0.1.0", + "version": "0.2.0", "description": "Command-line interface for Tunnelblick", "author": "Ben Webber ", "license": "MIT"