Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niborg committed Jul 27, 2024
1 parent 4b4c698 commit dfbd5ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## [1.1.2] - 2024-07-26

* Adds ability to address various GeoJSON properties when performing GeoJSON to GPX conversion. (#53 via @niborg)
* Allow anything that responds to `read` for GPXFile input. (#55 via @hiroaki)

## [1.1.1] - 2023-05-19

* updates CI, minimal Ruby version now 2.7, updates tooling like rubocop and GitHub actions
* adds support for Ruby 3.2
* adds UPGRADING.md to document changes between versions

## [1.1.0] - 2023-05-18

* Specify UTF-8 encoding for XML encoding (#35 via @sh1nduu)
* Added GeoJSON conversion (#38 via @tyrauber and @niborg)
* Support Ruby 3 (#43 via @LocoDelAssembly)
Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GPX
VERSION = "1.1.1"
VERSION = "1.1.2"
end

0 comments on commit dfbd5ed

Please sign in to comment.