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.
66
77## [ Unreleased]
88
9+ ## [ 0.1.1] - 2017-08-17
10+ ### Fixed
11+ - Fixed buggy behaviour of ` BiMultiMap.delete/3 `
12+
913## 0.1.0 - 2017-08-10
1014### Added
1115- First version 🎉
1216
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 11defmodule BiMap.Mixfile do
22 use Mix.Project
33
4- @ version "0.1.0 "
4+ @ version "0.1.1 "
55 @ github "https://github.com/mkaput/elixir-bimap"
66
77 def project do
You can’t perform that action at this time.
0 commit comments