Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhercaz committed May 9, 2020
1 parent 230290a commit 0c30c97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.2.0 (2020-05-09)

- Detect automatically the operating system in which ExTldr is executed. If you are in Linux and you run `extldr acpi` it will search first in the Linux pages.
- New `Os` module to perform the operating system detection.

## 0.1.0 (2020-05-09)

- First version of ExTldr.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule ExTldr.MixProject do
[
app: :ex_tldr,
description: description(),
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 0c30c97

Please sign in to comment.