Skip to content

Commit

Permalink
Release version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash committed Mar 13, 2020
1 parent 152ef3a commit f18128f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.2.0] - 2020-03-13

### Added

* Caching to aliases so that they now work offline
* New `:go <alias>` command which opens a browser window to the given alias
* Scrolling in the help tab
* Documentation for more shortcuts in help

## [0.1.2] - 2020-03-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/tefter_cli.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule TefterCli do
Documentation for TefterCli.
"""

@version "0.1.0"
@version "0.2.0"

def version, do: @version
end
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule TefterCli.MixProject do
def project do
[
app: :tefter_cli,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps()
Expand Down

0 comments on commit f18128f

Please sign in to comment.