Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c-rack committed Nov 22, 2015
1 parent cbc54fd commit 3e7cf75
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.4.0] - 2015-11-22
### Added
- Code documentation
- Code coverage and badge
- Inch-CI reporting and badge
- Tests for IPv6 `match/2`
- Usage examples

### Fixed
- Error reason is not promoted
- Number of hosts not correct for IPv6 CIDR

### Removed
- Unused method `mask_by_ip/1`

## [0.3.0] - 2015-10-27
### Added
- Support for IPv6 ([Laurens Duijvesteijn](https://github.com/duijf))
Expand All @@ -27,7 +42,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Initial commit


[unreleased]: https://github.com/c-rack/cidr-elixir/compare/v0.3.0...HEAD
[unreleased]: https://github.com/c-rack/cidr-elixir/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/c-rack/cidr-elixir/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/c-rack/cidr-elixir/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/c-rack/cidr-elixir/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/c-rack/cidr-elixir/commit/c58275a952ec308e5509bb13455e186c894dc3e0
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ as a dependency:
```elixir
defp deps do
[
{:cidr, ">= 0.3.0"}
{:cidr, ">= 0.4.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule CIDR.Mixfile do
use Mix.Project

@version "0.3.0"
@version "0.4.0"

def project do
[
Expand Down

0 comments on commit 3e7cf75

Please sign in to comment.