Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benwebber committed Dec 1, 2019
1 parent 259957e commit 1fa8e97
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tunnelblickctl"
version = "0.1.0"
version = "0.2.0"
authors = ["Ben Webber"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "MIT"
Expand Down

0 comments on commit 1fa8e97

Please sign in to comment.