File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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)
4
7
### Added
5
8
- ` BiMap.put_new_key/3 ` and ` BiMap.put_new_value/3 ` (by [ @ckampfe ] )
6
9
7
- ## [ 1.1.1] - 2021-03-23
10
+ ## 1.1.1 ( 2021-03-23)
8
11
- This release is a big rollup of dev dependency updates that have accumulated during this time.
9
12
- This includes using modern version of ExDoc for HexDocs and is the only user-facing change.
10
13
11
- ## [ 1.1.0] - 2020-03-25
14
+ ## 1.1.0 ( 2020-03-25)
12
15
### Added
13
16
- ` BiMap.fetch!/2 ` and ` BiMap.fetch_key!/2 ` (by [ @mat-hek ] )
14
17
- ` BiMultiMap.fetch!/2 ` and ` BiMultiMap.fetch_keys!/2 `
15
18
16
- ## [ 1.0.1] - 2019-06-17
19
+ ## 1.0.1 ( 2019-06-17)
17
20
### Fixed
18
21
- ` Enumerable.slice/1 ` is not implemented (by [ @NullOranje ] )
19
22
- ` BiMap.put/3 ` leaves old mappings (by [ @NullOranje ] )
20
23
21
- ## [ 1.0.0] - 2018-07-25
24
+ ## 1.0.0 ( 2018-07-25)
22
25
This library is pretty stable and 1.0 ready. Nothing has changed since 0.1.1.
23
26
24
- ## [ 0.1.1] - 2017-08-17
27
+ ## 0.1.1 ( 2017-08-17)
25
28
### Fixed
26
29
- Fixed buggy behaviour of ` BiMultiMap.delete/3 `
27
30
28
- ## 0.1.0 - 2017-08-10
31
+ ## 0.1.0 ( 2017-08-10)
29
32
First version 🎉
30
33
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
-
38
34
[ @NullOranje ] : https://github.com/NullOranje
39
35
[ @mat-hek ] : https://github.com/mat-hek
40
36
[ @ckampfe ] : https://github.com/ckampfe
Original file line number Diff line number Diff line change 1
1
defmodule BiMap.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "1.2.0 "
4
+ @ version "1.2.1 "
5
5
@ github "https://github.com/mkaput/elixir-bimap"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments