Skip to content

Commit

Permalink
Bump 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kapkov committed Apr 17, 2017
1 parent 9117811 commit a44b2c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Expand Up @@ -5,15 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.

## [0.2.0] - 2016-02-01
## [0.2.1][] - 2017-04-17
### Changed
- Fix overflow caused by float :math.pow [@drewblas]
- Fix deprecations [@myobie][]

## [0.1.0] - 2015-03-12
## [0.2.0][] - 2016-02-01
### Changed
- Fix overflow caused by float :math.pow [@drewblas][]

## [0.1.0][] - 2015-03-12
### Added
- Initial release [@igas]
- Initial release [@igas][]

[@drewblas]: https://github.com/drewblas
[@igas]: https://github.com/igas
[@myobie]: https://github.com/myobie
[0.2.1]: https://github.com/igas/custom_base/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/igas/custom_base/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/igas/custom_base/compare/2b2fad2...v0.1.0
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule CustomBase.Mixfile do
use Mix.Project

@version "0.2.0"
@version "0.2.1"
@github "https://github.com/igas/custom_base"

def project do
Expand Down

0 comments on commit a44b2c8

Please sign in to comment.