Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-Fix `LayoutTileSource` buffer should only be 1/2 a cellsize to avoid going out of bounds and creating `NODATA` values [#3302](https://github.com/locationtech/geotrellis/pull/3302)
- Remove unused allocation from CroppedTile [#3297](https://github.com/locationtech/geotrellis/pull/3297)

### Fixed
- gdal-warp-bindings 1.1.1 bugfix release addresses a crash when initializing the bindings on MacOS. See https://github.com/geotrellis/gdal-warp-bindings#macos

## [3.5.0] - 2020-08-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Version {
val hadoop = "2.8.5"
val spark = "2.4.4"
val gdal = "3.1.0"
val gdalWarp = "1.1.0"
val gdalWarp = "1.1.1"

val previousVersion = "3.4.0"
}
Expand Down