Skip to content

Commit

Permalink
Release v3.5.0
Browse files Browse the repository at this point in the history
Added
- String#decimal_si_to_big_decimal [[#59](#59)]
  • Loading branch information
bdunne committed Mar 1, 2018
1 parent 336011d commit 8aef00f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.6.0] - 2018-03-01
### Added
- Added String#decimal_si_to_big_decimal [[#59](https://github.com/ManageIQ/more_core_extensions/pull/59)]

## [3.5.0] - 2017-12-29
### Added
- Added String#hostname? [[#58](https://github.com/ManageIQ/more_core_extensions/pull/58)]
Expand Down Expand Up @@ -57,7 +61,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Upgraded to RSpec 3 [[#16](https://github.com/ManageIQ/more_core_extensions/pull/16)]
- Added the Change Log!

[Unreleased]: https://github.com/ManageIQ/more_core_extensions/compare/v3.5.0...HEAD
[Unreleased]: https://github.com/ManageIQ/more_core_extensions/compare/v3.6.0...HEAD
[3.6.0]: https://github.com/ManageIQ/more_core_extensions/compare/v3.5.0...v3.6.0
[3.5.0]: https://github.com/ManageIQ/more_core_extensions/compare/v3.4.0...v3.5.0
[3.4.0]: https://github.com/ManageIQ/more_core_extensions/compare/v3.3.0...v3.4.0
[3.3.0]: https://github.com/ManageIQ/more_core_extensions/compare/v3.2.0...v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/more_core_extensions/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MoreCoreExtensions
VERSION = "3.5.0".freeze
VERSION = "3.6.0".freeze
end

0 comments on commit 8aef00f

Please # to comment.