Skip to content

Commit af95d94

Browse files
committed
release v1.0.0
1 parent 2641f97 commit af95d94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.0.0-dev
3+
## v1.0.0 (2019-02-16)
44

55
- Enhancements
66
- All public lookup functions are now always returning either `{:ok, term}` or `{:error, term}`. Both `lookup!/4` and `pipe_lookup!/2` are available to get only the lookup result or raise in case of an error

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add the module as a dependency to your `mix.exs` file:
88
defp deps do
99
[
1010
# ...
11-
{:mmdb2_decoder, "~> 0.4.0"},
11+
{:mmdb2_decoder, "~> 1.0"},
1212
# ...
1313
]
1414
end

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule MMDB2Decoder.Mixfile do
77
[
88
app: :mmdb2_decoder,
99
name: "MMDB2 Decoder",
10-
version: "1.0.0-dev",
10+
version: "1.0.0",
1111
elixir: "~> 1.5",
1212
aliases: aliases(),
1313
deps: deps(),
@@ -62,7 +62,7 @@ defmodule MMDB2Decoder.Mixfile do
6262
defp docs do
6363
[
6464
main: "MMDB2Decoder",
65-
source_ref: "master",
65+
source_ref: "v1.0.0",
6666
source_url: @url_github
6767
]
6868
end

0 commit comments

Comments
 (0)