Skip to content

Commit e7c9086

Browse files
committed
6.6.2 release
1 parent f1579b9 commit e7c9086

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 6.6.2 (TBD)
7+
## [6.6.2](https://github.com/ngageoint/geopackage-java/releases/tag/6.6.2) (09-18-2023)
88

9-
* TBD
9+
* geopackage-core version 6.6.3
10+
* sqlite-jdbc version 3.42.0.1
11+
* SQL Utils replacement of Statement#getGeneratedKeys usage with RETURNING clause
12+
* SQLite Exec DGIWG File Name info
1013

1114
## [6.6.1](https://github.com/ngageoint/geopackage-java/releases/tag/6.6.1) (01-24-2023)
1215

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ geoPackage.close();
163163

164164
### Installation ###
165165

166-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.6.1|jar) (JAR, POM, Source, Javadoc)
166+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.6.2|jar) (JAR, POM, Source, Javadoc)
167167

168168
```xml
169169
<dependency>
170170
<groupId>mil.nga.geopackage</groupId>
171171
<artifactId>geopackage</artifactId>
172-
<version>6.6.1</version>
172+
<version>6.6.2</version>
173173
</dependency>
174174
```
175175

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
1818
<a href="http://ngageoint.github.io/geopackage-java/docs/api/" class="btn">API</a>
1919
<a href="https://github.com/ngageoint/geopackage-java/zipball/master" class="btn">.zip</a>
2020
<a href="https://github.com/ngageoint/geopackage-java/tarball/master" class="btn">.tar.gz</a>
21-
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.6.1|jar" class="btn">The Central Repository</a>
21+
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.6.2|jar" class="btn">The Central Repository</a>
2222
</section>
2323

2424
<section class="main-content">

0 commit comments

Comments
 (0)