Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Bump version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Jul 16, 2017
1 parent b5f0bf5 commit afd3a07
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ This change log follows the recommendations of [keepachangelog].

(no changes yet)

## [0.11.0] - 2017-07-16

### Notes

- The usage of `mix archive.install hex edib` is preferred and promoted.

### Changed

- Update outdated dependencies.

### Fixed

- Removed further Elixir 1.4 warnings

## [0.10.0] - 2017-01-22

### Notes
Expand Down Expand Up @@ -84,7 +98,9 @@ PRs for updating the change log history are very welcome!

[Semantic Versioning]: http://semver.org/
[keepachangelog]: http://keepachangelog.com/
[Unreleased]: https://github.com/edib-tool/mix-edib/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/edib-tool/mix-edib/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/edib-tool/mix-edib/compare/v0.11.0...v0.10.0
[0.10.0]: https://github.com/edib-tool/mix-edib/compare/v0.10.0...v0.9.0
[0.9.0]: https://github.com/edib-tool/mix-edib/compare/v0.9.0...v0.8.3
[0.8.3]: https://github.com/edib-tool/mix-edib/compare/v0.8.3...v0.8.2
[0.8.2]: https://github.com/edib-tool/mix-edib/compare/v0.8.2...v0.8.1
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Code.eval_file "tasks/readme.exs"
defmodule EDIB.Mixfile do
use Mix.Project

@version "0.10.0"
@version "0.11.0"

def project do
[
Expand Down

0 comments on commit afd3a07

Please sign in to comment.