File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.0] - 2021-06-14
4+ ### Added
5+ - ` BiMap.put_new_key/3 ` and ` BiMap.put_new_value/3 ` (by [ @ckampfe ] )
6+
37## [ 1.1.1] - 2021-03-23
48- This release is a big rollup of dev dependency updates that have accumulated during this time.
59- This includes using modern version of ExDoc for HexDocs and is the only user-facing change.
@@ -24,6 +28,7 @@ This library is pretty stable and 1.0 ready. Nothing has changed since 0.1.1.
2428## 0.1.0 - 2017-08-10
2529First version 🎉
2630
31+ [ 1.2.0 ] : https://github.com/mkaput/elixir-bimap/compare/v1.1.1...v1.2.0
2732[ 1.1.1 ] : https://github.com/mkaput/elixir-bimap/compare/v1.1.0...v1.1.1
2833[ 1.1.0 ] : https://github.com/mkaput/elixir-bimap/compare/v1.0.1...v1.1.0
2934[ 1.0.1 ] : https://github.com/mkaput/elixir-bimap/compare/v1.0.0...v1.0.1
@@ -32,3 +37,4 @@ First version 🎉
3237
3338[ @NullOranje ] : https://github.com/NullOranje
3439[ @mat-hek ] : https://github.com/mat-hek
40+ [ @ckampfe ] : https://github.com/ckampfe
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The package can be installed by adding `bimap` to your list of dependencies in `
1515
1616``` elixir
1717def deps do
18- [{:bimap , " ~> 1.1 " }]
18+ [{:bimap , " ~> 1.2 " }]
1919end
2020```
2121
Original file line number Diff line number Diff line change 11defmodule BiMap.Mixfile do
22 use Mix.Project
33
4- @ version "1.1.1 "
4+ @ version "1.2.0 "
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