Skip to content

Commit

Permalink
Release v2.1.2 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudNiner authored Dec 17, 2019
1 parent 9b29a6d commit d211da3
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [2.1.2] - 2019-12-17

### Fixed

- Catch proper AWS SDK v2 NoSuchKeyException when checking minutely diffs in AugmentedDiffSource

## [2.1.1] - 2019-12-16

### Fixed
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ package.

Add the following to your `build.sbt`:
```
libraryDependencies += "com.azavea.geotrellis" %% "vectorpipe" % "2.1.1"
libraryDependencies += "com.azavea.geotrellis" %% "vectorpipe" % "2.1.2"
```

**Note:** VectorPipe releases for version 2.0.0+ are hosted on SonaType. If you need earlier releases, they can be found on [Bintray](https://bintray.com/azavea/maven/vectorpipe). If using SBT for older releases, you will also need to include `resolvers ++= Resolver.bintrayRepo("azavea", "maven")` in your `build.sbt`.
@@ -40,7 +40,7 @@ libraryDependencies += "com.azavea.geotrellis" %% "vectorpipe" % "2.1.1"

The fastest way to get started with VectorPipe in a REPL is to invoke `spark-shell`:
```bash
spark-shell --packages com.azavea.geotrellis:vectorpipe_2.11:2.1.1
spark-shell --packages com.azavea.geotrellis:vectorpipe_2.11:2.1.2
```

This will download the required components and set up a REPL with VectorPipe

0 comments on commit d211da3

Please sign in to comment.