Skip to content

Commit b0631f6

Browse files
author
jpolchlo
committed
Release v1.0.0
1 parent 5c34e34 commit b0631f6

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
## [1.0.0] - 2019-07-09
17+
18+
### Added
19+
1220
- RELEASING.md - Instructions for releasing new versions of this project
1321
- Support for semicolon-delimited tag values in UDFs, e.g. `shop=bakery;dairy`
1422
- Support for `nds` in augmented diff GeoJSON (matching
@@ -39,4 +47,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3947

4048
- Mark all logger vals and some UDF vals as @transient lazy to avoid Spark serialization issues
4149
- Properly strip leading and trailing slashes from S3 URIs when exporting vector tiles
42-

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ package.
3232
The fastest way to get started with VectorPipe is to invoke `spark-shell` and
3333
load the package jars from the Bintray repository:
3434
```bash
35-
spark-shell --packages com.azavea:vectorpipe_2.11:1.0.0-RC3 --repositories http://dl.bintray.com/azavea/maven
35+
spark-shell --packages com.azavea:vectorpipe_2.11:1.0.0 --repositories http://dl.bintray.com/azavea/maven
3636
```
3737

3838
This will download the required components and set up a REPL with VectorPipe
@@ -181,4 +181,3 @@ lazy val mainRunner = project.in(file("mainRunner")).dependsOn(RootProject(file(
181181
)
182182
)
183183
```
184-

0 commit comments

Comments
 (0)