Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #16 from levups/prepare-for-1.0
Browse files Browse the repository at this point in the history
Bump to v1.0.0
  • Loading branch information
bobmaerten authored Jan 4, 2019
2 parents e0bdfd0 + 64f00a3 commit f0c3a69
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
# Change Log

## [v1.0.0](https://github.com/levups/fuel_surcharge/tree/v1.0.0) (2019-01-04)
[Full Changelog](https://github.com/levups/fuel_surcharge/compare/v0.2.0...v1.0.0)

**Merged pull requests:**

- Include and comply to relaxed Rubocop style [\#15](https://github.com/levups/fuel_surcharge/pull/15) ([czj](https://github.com/czj))
- Add BigDecimal compatibility for ruby 2.6 [\#13](https://github.com/levups/fuel_surcharge/pull/13) ([bobmaerten](https://github.com/bobmaerten))
- Bump rake from 12.3.1 to 12.3.2 [\#12](https://github.com/levups/fuel_surcharge/pull/12) ([dependabot[bot]](https://github.com/apps/dependabot))
- Update rake requirement from ~\> 10.0 to ~\> 12.3 [\#11](https://github.com/levups/fuel_surcharge/pull/11) ([dependabot[bot]](https://github.com/apps/dependabot))
- Fix and unify time period tests [\#9](https://github.com/levups/fuel_surcharge/pull/9) ([bobmaerten](https://github.com/bobmaerten))
- Fix fuel surcharge binary [\#8](https://github.com/levups/fuel_surcharge/pull/8) ([bobmaerten](https://github.com/bobmaerten))

## [v0.2.0](https://github.com/levups/fuel_surcharge/tree/v0.2.0) (2018-11-28)
[Full Changelog](https://github.com/levups/fuel_surcharge/compare/v0.1.0...v0.2.0)

**Implemented enhancements:**

- Rename Tnt class to TNT [\#5](https://github.com/levups/fuel_surcharge/issues/5)

**Closed issues:**

- Bump to v.0.2.0 [\#7](https://github.com/levups/fuel_surcharge/issues/7)

**Merged pull requests:**

- Generate changelog with github\_changelog\_generator gem [\#6](https://github.com/levups/fuel_surcharge/pull/6) ([bobmaerten](https://github.com/bobmaerten))
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fuel_surcharge (0.2.0)
fuel_surcharge (1.0.0)
http (~> 4.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/fuel_surcharge/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FuelSurcharge
VERSION = "0.2.0"
VERSION = "1.0.0"
end

0 comments on commit f0c3a69

Please sign in to comment.