Skip to content

Commit e06d6e3

Browse files
committed
prep 0.5.3
1 parent fe3c3d8 commit e06d6e3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# URBANopt GeoJSON Gem
22

3+
## Version 0.5.3
4+
5+
Date Range: 02/13/21 - 04/01/21
6+
7+
- Fixed [#142]( https://github.com/urbanopt/urbanopt-geojson-gem/issues/142 ), Update copyrights for 2021
8+
- Fixed [#146]( https://github.com/urbanopt/urbanopt-geojson-gem/issues/146 ), Fix longitude, latitude input when calculating the feature center (long,lat).
9+
- Fixed [#148]( https://github.com/urbanopt/urbanopt-geojson-gem/issues/148 ), remove comments in json schema element descriptions
10+
311
## Version 0.5.2
412

513
Date Range: 12/10/20 - 02/12/21

lib/urbanopt/geojson/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030

3131
module URBANopt
3232
module GeoJSON
33-
VERSION = '0.5.2'.freeze
33+
VERSION = '0.5.3'.freeze
3434
end
3535
end

0 commit comments

Comments
 (0)