File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
37## [ 1.1.0] - 2020-03-25
48### Added
59- ` 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.
2024## 0.1.0 - 2017-08-10
2125First version 🎉
2226
27+ [ 1.1.1 ] : https://github.com/mkaput/elixir-bimap/compare/v1.1.0...v1.1.1
2328[ 1.1.0 ] : https://github.com/mkaput/elixir-bimap/compare/v1.0.1...v1.1.0
2429[ 1.0.1 ] : https://github.com/mkaput/elixir-bimap/compare/v1.0.0...v1.0.1
2530[ 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 11defmodule BiMap.Mixfile do
22 use Mix.Project
33
4- @ version "1.1.0 "
4+ @ version "1.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