Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tcd committed Jan 8, 2020
1 parent 8a09e11 commit a928c6a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## master (unreleased)

## 0.8.0 (2020-01-08)

### Added

- Allow skipping of segments by setting `Eddy::Models::Segment.skip` to `true`.

## 0.7.0 (2020-01-08)

### Changed
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:
eddy (0.7.0)
eddy (0.8.0)
ginny (~> 0.6.3)
json_schemer (~> 0.2.8)
thor (~> 1.0.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[travis-ci]: https://travis-ci.org/tcd/eddy
[coveralls]: https://coveralls.io/github/tcd/eddy?branch=master
[license]: https://github.com/tcd/eddy/blob/master/LICENSE.txt
[docs]: https://www.rubydoc.info/gems/eddy/0.7.0
[docs]: https://www.rubydoc.info/gems/eddy/0.8.0

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/eddy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Eddy
VERSION = "0.7.0".freeze
VERSION = "0.8.0".freeze
end

0 comments on commit a928c6a

Please sign in to comment.