Skip to content

Commit f18128f

Browse files
committed
Release version v0.2.0
1 parent 152ef3a commit f18128f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## [0.2.0] - 2020-03-13
8+
9+
### Added
10+
11+
* Caching to aliases so that they now work offline
12+
* New `:go <alias>` command which opens a browser window to the given alias
13+
* Scrolling in the help tab
14+
* Documentation for more shortcuts in help
15+
716
## [0.1.2] - 2020-03-12
817

918
### Added

lib/tefter_cli.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule TefterCli do
33
Documentation for TefterCli.
44
"""
55

6-
@version "0.1.0"
6+
@version "0.2.0"
77

88
def version, do: @version
99
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule TefterCli.MixProject do
44
def project do
55
[
66
app: :tefter_cli,
7-
version: "0.1.0",
7+
version: "0.2.0",
88
elixir: "~> 1.9",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps()

0 commit comments

Comments
 (0)