Skip to content

Commit 56618fc

Browse files
committed
prepare release 1.2.0
1 parent 176982b commit 56618fc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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
2529
First 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The package can be installed by adding `bimap` to your list of dependencies in `
1515

1616
```elixir
1717
def deps do
18-
[{:bimap, "~> 1.1"}]
18+
[{:bimap, "~> 1.2"}]
1919
end
2020
```
2121

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 "1.1.1"
4+
@version "1.2.0"
55
@github "https://github.com/mkaput/elixir-bimap"
66

77
def project do

0 commit comments

Comments
 (0)