Skip to content

Commit

Permalink
Update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Apr 22, 2020
1 parent 33e8186 commit 45ef0f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.0.1]
### Fixed
- Fix Empty Metadata retrieval [#93](https://github.com/geotrellis/gdal-warp-bindings/pull/93)

Expand All @@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- The first library release

[Unreleased]: https://github.com/geotrellis/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/geotrellis/compare/567d940706b08860f99492713ce706c3be02c33e...v1.0.0
[Unreleased]: https://github.com/geotrellis/gdal-warp-bindings/compare/v1.0.1...HEAD
[v1.0.1]: https://github.com/geotrellis/gdal-warp-bindings/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/geotrellis/gdal-warp-bindings/compare/567d940706b08860f99492713ce706c3be02c33e...v1.0.0
[33.567d940]: https://github.com/geotrellis/gdal-warp-bindings/compare/0cc769caa6a9d179fae4dfa0aca8e291b64bbdb0...567d940706b08860f99492713ce706c3be02c33e
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.azavea.geotrellis</groupId>
<artifactId>gdal-warp-bindings</artifactId>
<version>${revision}</version>
<url>http://github.com/geotrellis/gdal-warp-bindings</url>
<url>https://github.com/geotrellis/gdal-warp-bindings</url>
<name>gdal-warp-bindings</name>
<description>Thread-safe bindings for GDAL's Warp functionality</description>
<licenses>
Expand All @@ -24,7 +24,12 @@
<developer>
<id>jamesmcclain</id>
<name>James McClain</name>
<url>http://github.com/jamesmcclain</url>
<url>https://github.com/jamesmcclain</url>
</developer>
<developer>
<id>pomadchin</id>
<name>Grigory Pomadchin</name>
<url>https://github.com/pomadchin</url>
</developer>
</developers>
<distributionManagement>
Expand Down

0 comments on commit 45ef0f3

Please sign in to comment.