Skip to content

Commit e1d21df

Browse files
committed
prepare release 1.1.1
1 parent b1562f2 commit e1d21df

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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
2125
First 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

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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

0 commit comments

Comments
 (0)