File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.6.0] - 2021-04-30
10
+
9
11
### Added
10
12
- Add method SpatialIndex#pointsInExtentAsIterable [ #3349 ] ( https://github.com/locationtech/geotrellis/issues/3349 )
11
13
- Spark 3 & Hadoop 3 Support [ #3218 ] ( https://github.com/locationtech/geotrellis/issues/3218 )
@@ -1126,7 +1128,9 @@ efficiently using the layer query API.
1126
1128
the slick scala database library.
1127
1129
- Perform PostGIS ` ST_ ` operations in PostGIS through scala.
1128
1130
1129
- [ Unreleased ] : https://github.com/locationtech/geotrellis/compare/v3.5.1...HEAD
1131
+ [ Unreleased ] : https://github.com/locationtech/geotrellis/compare/v3.6.0...HEAD
1132
+ [ 3.6.0 ] : https://github.com/locationtech/geotrellis/compare/v3.6.0...v3.5.1
1133
+ [ 3.5.2 ] : https://github.com/locationtech/geotrellis/compare/v3.5.2...v3.5.1
1130
1134
[ 3.5.1 ] : https://github.com/locationtech/geotrellis/compare/v3.5.1...v3.5.0
1131
1135
[ 3.5.0 ] : https://github.com/locationtech/geotrellis/compare/v3.4.1...v3.5.0
1132
1136
[ 3.4.1 ] : https://github.com/locationtech/geotrellis/compare/v3.4.0...v3.4.1
Original file line number Diff line number Diff line change 1
- ThisBuild / version := " 3.6.0-SNAPSHOT "
1
+ ThisBuild / version := " 3.6.0"
You can’t perform that action at this time.
0 commit comments