Skip to content

Commit

Permalink
prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed Mar 25, 2020
1 parent ec57eee commit 8b414cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.1.0] - 2020-03-25
### Added
- `BiMap.fetch!/2` and `BiMap.fetch_key!/2` (by [@mat-hek])
- `BiMultiMap.fetch!/2` and `BiMultiMap.fetch_keys!/2`

## [1.0.1] - 2019-06-17
### Fixed
- `Enumerable.slice/1` is not implemented (by [@NullOranje])
Expand All @@ -15,8 +20,10 @@ This library is pretty stable and 1.0 ready. Nothing has changed since 0.1.1.
## 0.1.0 - 2017-08-10
First version 🎉

[1.1.0]: https://github.com/mkaput/elixir-bimap/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/mkaput/elixir-bimap/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/mkaput/elixir-bimap/compare/v0.1.1...v1.0.0
[0.1.1]: https://github.com/mkaput/elixir-bimap/compare/v0.1.0...v0.1.1

[@NullOranje]: https://github.com/NullOranje
[@mat-hek]: https://github.com/mat-hek
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The package can be installed by adding `bimap` to your list of dependencies in `

```elixir
def deps do
[{:bimap, "~> 1.0"}]
[{:bimap, "~> 1.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule BiMap.Mixfile do
use Mix.Project

@version "1.0.1"
@version "1.1.0"
@github "https://github.com/mkaput/elixir-bimap"

def project do
Expand Down

0 comments on commit 8b414cd

Please sign in to comment.