Skip to content

Commit e585ec0

Browse files
committed
release 0.1.4
1 parent dd8a16b commit e585ec0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [0.1.4] - 2018-12-17
88
### Modified
99
- errors conditions and tests for KNN
1010
- distance calculation between points for KNN

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ by adding `learn_kit` to your list of dependencies in `mix.exs`:
1919
```elixir
2020
def deps do
2121
[
22-
{:learn_kit, "~> 0.1.3"}
22+
{:learn_kit, "~> 0.1.4"}
2323
]
2424
end
2525
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule LearnKit.MixProject do
88
def project do
99
[
1010
app: :learn_kit,
11-
version: "0.1.3",
11+
version: "0.1.4",
1212
elixir: "~> 1.7",
1313
name: "LearnKit",
1414
description: @description,

0 commit comments

Comments
 (0)