Skip to content

Commit

Permalink
Preparing for release 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Apr 8, 2020
1 parent d6fa40d commit 517deca
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 7 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ avoid adding features or APIs which do not map onto the
Click to see more.
</summary>

- Build `h3` core using release flag for 2x/3x performance (see [#23], thanks [@komzpa])

</details>

## [3.6.3] - 2020-04-08

- Build `h3` core using release flag for 2x/3x performance (see [#23], thanks [@komzpa])

## [3.6.2] - 2020-04-07

- Add parallel safety flags to PostGIS functions (see [#19], thanks [@komzpa])
Expand Down Expand Up @@ -119,7 +121,8 @@ avoid adding features or APIs which do not map onto the

- Initial public release

[unreleased]: https://github.com/bytesandbrains/h3-pg/compare/v3.6.2...HEAD
[unreleased]: https://github.com/bytesandbrains/h3-pg/compare/v3.6.3...HEAD
[3.6.3]: https://github.com/bytesandbrains/h3-pg/compare/v3.6.2...v3.6.3
[3.6.2]: https://github.com/bytesandbrains/h3-pg/compare/v3.6.1...v3.6.2
[3.6.1]: https://github.com/bytesandbrains/h3-pg/compare/v3.6.0...v3.6.1
[3.6.0]: https://github.com/bytesandbrains/h3-pg/compare/v3.5.0...v3.6.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.6.2",
"version": "3.6.3",
"maintainer": "Bytes & Brains <[email protected]>",
"license": "apache_2_0",
"provides": {
"h3": {
"abstract": "PostgreSQL bindings for H3",
"file": "sql/h3--3.6.2.sql",
"file": "sql/h3--3.6.3.sql",
"docfile": "README.md",
"version": "3.6.2"
"version": "3.6.3"
}
},
"resources": {
Expand Down
2 changes: 1 addition & 1 deletion h3.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
comment = 'H3 bindings for PostgreSQL'
default_version = '3.6.2'
default_version = '3.6.3'
relocatable = true
requires = 'postgis'
20 changes: 20 additions & 0 deletions sql/updates/h3--3.6.2--3.6.3.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Copyright 2020 Bytes & Brains
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "ALTER EXTENSION h3 UPDATE TO 'unreleased'" to load this file. \quit

-- no changes
File renamed without changes.

0 comments on commit 517deca

Please sign in to comment.