Skip to content

Commit

Permalink
Merge pull request #32 from dougfales/chores/bump-1.0.0
Browse files Browse the repository at this point in the history
Bump version 1.0.0
  • Loading branch information
andrewhao committed Mar 6, 2018
2 parents f7361e2 + 9e1418d commit 632fcda
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [1.0.0] - 2018-03-06

* Fix duplication of points on appending segment to track (#20 via @niborg)
* Remove pythagorean distance (#28 fixing #27, via @moveson)
* Ignore empty segments (#29 via @nathanvda)
* Introduce Rubocop (#31)
* Explicit test support for Ruby 2.5 (#30)

## [0.9.0] - 2017-01-05

* Upgrade Nokogiri deps to be more explicit, then explicitly bump the Ruby
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ etc).

## Requirements

As of `0.10.0`, `gpx` requires at least Ruby 2.2 to run.
As of `1.0.0`, `gpx` requires at least Ruby 2.2 to run.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/version.rb
@@ -1,3 +1,3 @@
module GPX
VERSION = '0.9.0'.freeze
VERSION = "1.0.0".freeze
end

0 comments on commit 632fcda

Please sign in to comment.