postgrespro / pgsphere

PgSphere provides spherical data types, functions, operators, and indexing for PostgreSQL.
https://pgsphere.org
BSD 3-Clause "New" or "Revised" License
16 stars 15 forks source link

Prepare Release 1.4.0 #98

Closed vitcpp closed 7 months ago

vitcpp commented 8 months ago

Dear Community,

I new release 1.4.0 is coming. I would propose to implement the following functionality to be included into the release:

PRs are proposed to be applied:

New functions are proposed for implementation:

esabol commented 8 months ago

I would just call it 1.3.2, since the repo is already set to make the next version be 1.3.2, but that's just me. I don't really care what the version number is.

I would like to see PR #96 and PR #99 included for sure. Thank you!

vitcpp commented 8 months ago

Due to the adopted versioning approach (semver.org) we have to increment the minor number because we have changes in the SQL interface. The patch number is incremented when doing some changes that do not affect the interfaces. The last PR before the release will change version to 1.4.0.

esabol commented 8 months ago

Due to the adopted versioning approach (semver.org) we have to increment the minor number because we have changes in the SQL interface.

Oh, yes, of course.

vitcpp commented 7 months ago
vitcpp commented 7 months ago

All pending 1.4.0 PRs are merged. Freeze the code for testing. The 1.4.0 tag will be assigned after some testing.

vitcpp commented 7 months ago

I think 1.4.0 is ok. If no objections, I'm going to set a tag and create a release artifact.

vitcpp commented 7 months ago

Closed as completed.

vitcpp commented 7 months ago

@df7cb, @esabol, @borodun The new release artifact 1.4.0 is created. Thank you very much for your contribution!