From 17aeb5187b01996beff1eb6730cb3c3f60e42abc Mon Sep 17 00:00:00 2001 From: John Krauss Date: Mon, 27 Jun 2016 12:51:39 -0400 Subject: [PATCH] update to NEWS and control file in prep for release --- NEWS.md | 26 ++++++++++++++++++++++++++ src/pg/observatory.control | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a9d6140..0407ea3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,29 @@ +1.0.0 (6/27/2016) +----- + +* Incremented to 1.0.0 to be in compliance with [SemVer](http://semver.org/), + which disallows use of 0.x.x versions. This also reflects that we are + already in production. + +__API Changes__ + +* Added `OBS_DumpVersion` to look up version data ([#118](https://github.com/CartoDB/observatory-extension/pull/118)) + +__Improvements__ + +* Whether data exists for a geom now determined by polygon intersection instead of + BBOX overlap ([#119](https://github.com/CartoDB/observatory-extension/pull/119)) +* Automated tests cover Spanish and UK data + ([#115](https://github.com/CartoDB/observatory-extension/pull/115)) +* Automated tests cover `OBS_GetUSCensusMeasure` + ([#105](https://github.com/CartoDB/observatory-extension/pull/105)) + +__Bugfixes__ + +* Geom table can have different `geomref_colname` than the data table + ([#123](https://github.com/CartoDB/observatory-extension/pull/123)) + + 0.0.5 (5/27/2016) ----- * Adds new function `OBS_GetMeasureById` ([#96](https://github.com/CartoDB/observatory-extension/pull/96)) diff --git a/src/pg/observatory.control b/src/pg/observatory.control index 1e13336..840a4be 100644 --- a/src/pg/observatory.control +++ b/src/pg/observatory.control @@ -1,5 +1,5 @@ comment = 'CartoDB Observatory backend extension' -default_version = '0.0.5' +default_version = '1.0.0' requires = 'postgis' superuser = true schema = cdb_observatory