File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.1.1] - 2017-08-17
10
+ ### Fixed
11
+ - Fixed buggy behaviour of ` BiMultiMap.delete/3 `
12
+
9
13
## 0.1.0 - 2017-08-10
10
14
### Added
11
15
- First version 🎉
12
16
13
- [ Unreleased ] : https://github.com/mkaput/elixir-bimap/compare/v0.1.0...HEAD
17
+ [ Unreleased ] : https://github.com/mkaput/elixir-bimap/compare/v0.1.1...HEAD
18
+ [ 0.1.1 ] : https://github.com/mkaput/elixir-bimap/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change 1
1
defmodule BiMap.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "0.1.0 "
4
+ @ version "0.1.1 "
5
5
@ github "https://github.com/mkaput/elixir-bimap"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments