File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
99end
Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments