Skip to content

Commit

Permalink
1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed May 2, 2018
1 parent cc089f0 commit 6a0d620
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 1.0.6 (TBD)
## [1.0.6](https://github.com/ngageoint/geopackage-wkb-java/releases/tag/1.0.6) (05-02-2018)

* TBD
* MultiCurve and MultiSurface read support
* MultiCurve and MultiSurface write support as Extended Geometry Collections
* Geometry Collection utility methods for collection type checks and conversions
* Handle reading 2.5D geometry type codes

## [1.0.5](https://github.com/ngageoint/geopackage-wkb-java/releases/tag/1.0.5) (02-13-2018)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ writer.close();

### Installation ###

Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|wkb|1.0.5|jar) (JAR, POM, Source, Javadoc)
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|wkb|1.0.6|jar) (JAR, POM, Source, Javadoc)

```xml

<dependency>
<groupId>mil.nga</groupId>
<artifactId>wkb</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
<a href="http://ngageoint.github.io/geopackage-wkb-java/docs/api/" class="btn">API</a>
<a href="https://github.com/ngageoint/geopackage-wkb-java/zipball/master" class="btn">.zip</a>
<a href="https://github.com/ngageoint/geopackage-wkb-java/tarball/master" class="btn">.tar.gz</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga|wkb|1.0.5|jar" class="btn">The Central Repository</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga|wkb|1.0.6|jar" class="btn">The Central Repository</a>
</section>

<section class="main-content">
Expand Down

0 comments on commit 6a0d620

Please sign in to comment.