Skip to content

Commit e3737bc

Browse files
committed
prepare release v0.1.1
1 parent f8cf8c1 commit e3737bc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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

0 commit comments

Comments
 (0)