Skip to content

Commit

Permalink
Release v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Oct 7, 2019
1 parent bc7fd42 commit e19aa8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ Because H3-pg is versioned in lockstep with the H3 core library, please
avoid adding features or APIs which do not map onto the
[H3 core API](https://uber.github.io/h3/#/documentation/api-reference/).

## [Unreleased]
## [3.6.0] - 2019-10-07
### Added
- `h3_to_center_child` function to find center child at given resolution.
- `h3_get_pentagon_indexes` function to find pentagons at given resolution.
- Casting to and from `bigint`.
- Make target for `pgindent` (used for formatting c our code)
### Changed
- Bump `h3` to `3.6.0`.

## [3.5.0] - 2019-08-01
### Added
Expand Down Expand Up @@ -102,7 +104,8 @@ avoid adding features or APIs which do not map onto the
### Added
- First public release.

[Unreleased]: https://github.com/bytesandbrains/h3-pg/compare/v3.5.0...HEAD
[Unreleased]: https://github.com/bytesandbrains/h3-pg/compare/v3.6.0...HEAD
[3.6.0]: https://github.com/bytesandbrains/h3-pg/compare/v3.5.0...v3.6.0
[3.5.0]: https://github.com/bytesandbrains/h3-pg/compare/v3.4.1...v3.5.0
[3.4.1]: https://github.com/bytesandbrains/h3-pg/compare/v3.4.0...v3.4.1
[3.4.0]: https://github.com/bytesandbrains/h3-pg/compare/v1.0.6...v3.4.0
Expand Down
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "h3",
"abstract": "PostgreSQL bindings for H3",
"description": "PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system.",
"version": "3.5.0",
"version": "3.6.0",
"maintainer": "Bytes & Brains <[email protected]>",
"license": "apache_2_0",
"provides": {
"h3": {
"abstract": "PostgreSQL bindings for H3",
"file": "sql/h3--3.5.0.sql",
"file": "sql/h3--3.6.0.sql",
"docfile": "README.md",
"version": "3.5.0"
"version": "3.6.0"
}
},
"resources": {
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ EXTRA_CLEAN += \
$(wildcard test/sql/ci-*.sql) \
$(wildcard test/expected/ci-*.out) \
$(wildcard *.BAK) \
/tmp/excluded-functions \
/tmp/extra-functions \
/tmp/excluded-functions \
test/regression.diffs test/regression.out test/results \
h3-*.zip
Expand Down

0 comments on commit e19aa8f

Please sign in to comment.