File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.1.1] - 2021-03-23
4
+ - This release is a big rollup of dev dependency updates that have accumulated during this time.
5
+ - This includes using modern version of ExDoc for HexDocs and is the only user-facing change.
6
+
3
7
## [ 1.1.0] - 2020-03-25
4
8
### Added
5
9
- ` BiMap.fetch!/2 ` and ` BiMap.fetch_key!/2 ` (by [ @mat-hek ] )
@@ -20,6 +24,7 @@ This library is pretty stable and 1.0 ready. Nothing has changed since 0.1.1.
20
24
## 0.1.0 - 2017-08-10
21
25
First version 🎉
22
26
27
+ [ 1.1.1 ] : https://github.com/mkaput/elixir-bimap/compare/v1.1.0...v1.1.1
23
28
[ 1.1.0 ] : https://github.com/mkaput/elixir-bimap/compare/v1.0.1...v1.1.0
24
29
[ 1.0.1 ] : https://github.com/mkaput/elixir-bimap/compare/v1.0.0...v1.0.1
25
30
[ 1.0.0 ] : https://github.com/mkaput/elixir-bimap/compare/v0.1.1...v1.0.0
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 "1.1.0 "
4
+ @ version "1.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