Skip to content

Commit d172628

Browse files
committed
prepare release 1.2.1
1 parent 2f23acb commit d172628

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

CHANGELOG.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,36 @@
11
# Changelog
22

3-
## [1.2.0] - 2021-06-14
3+
## 1.2.1 (2021-12-03)
4+
- This release is purely documentation update.
5+
6+
## 1.2.0 (2021-06-14)
47
### Added
58
- `BiMap.put_new_key/3` and `BiMap.put_new_value/3` (by [@ckampfe])
69

7-
## [1.1.1] - 2021-03-23
10+
## 1.1.1 (2021-03-23)
811
- This release is a big rollup of dev dependency updates that have accumulated during this time.
912
- This includes using modern version of ExDoc for HexDocs and is the only user-facing change.
1013

11-
## [1.1.0] - 2020-03-25
14+
## 1.1.0 (2020-03-25)
1215
### Added
1316
- `BiMap.fetch!/2` and `BiMap.fetch_key!/2` (by [@mat-hek])
1417
- `BiMultiMap.fetch!/2` and `BiMultiMap.fetch_keys!/2`
1518

16-
## [1.0.1] - 2019-06-17
19+
## 1.0.1 (2019-06-17)
1720
### Fixed
1821
- `Enumerable.slice/1` is not implemented (by [@NullOranje])
1922
- `BiMap.put/3` leaves old mappings (by [@NullOranje])
2023

21-
## [1.0.0] - 2018-07-25
24+
## 1.0.0 (2018-07-25)
2225
This library is pretty stable and 1.0 ready. Nothing has changed since 0.1.1.
2326

24-
## [0.1.1] - 2017-08-17
27+
## 0.1.1 (2017-08-17)
2528
### Fixed
2629
- Fixed buggy behaviour of `BiMultiMap.delete/3`
2730

28-
## 0.1.0 - 2017-08-10
31+
## 0.1.0 (2017-08-10)
2932
First version 🎉
3033

31-
[1.2.0]: https://github.com/mkaput/elixir-bimap/compare/v1.1.1...v1.2.0
32-
[1.1.1]: https://github.com/mkaput/elixir-bimap/compare/v1.1.0...v1.1.1
33-
[1.1.0]: https://github.com/mkaput/elixir-bimap/compare/v1.0.1...v1.1.0
34-
[1.0.1]: https://github.com/mkaput/elixir-bimap/compare/v1.0.0...v1.0.1
35-
[1.0.0]: https://github.com/mkaput/elixir-bimap/compare/v0.1.1...v1.0.0
36-
[0.1.1]: https://github.com/mkaput/elixir-bimap/compare/v0.1.0...v0.1.1
37-
3834
[@NullOranje]: https://github.com/NullOranje
3935
[@mat-hek]: https://github.com/mat-hek
4036
[@ckampfe]: https://github.com/ckampfe

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

77
def project do

0 commit comments

Comments
 (0)