Skip to content

Commit 0c30c97

Browse files
committed
release: v0.2.0
1 parent 230290a commit 0c30c97

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.2.0 (2020-05-09)
4+
5+
- 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.
6+
- New `Os` module to perform the operating system detection.
7+
38
## 0.1.0 (2020-05-09)
49

510
- First version of ExTldr.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule ExTldr.MixProject do
55
[
66
app: :ex_tldr,
77
description: description(),
8-
version: "0.1.0",
8+
version: "0.2.0",
99
elixir: "~> 1.9",
1010
start_permanent: Mix.env() == :prod,
1111
deps: deps(),

0 commit comments

Comments
 (0)