You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by de...@apache.org on 2022/01/14 00:30:04 UTC

[incubator-age] branch master updated: Update from 0.6.0 to 0.7.0

This is an automated email from the ASF dual-hosted git repository.

dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age.git


The following commit(s) were added to refs/heads/master by this push:
     new 49c88d9  Update from 0.6.0 to 0.7.0
49c88d9 is described below

commit 49c88d9fe665f55176844c3983b71693bdb7795c
Author: Dehowe Feng <de...@gmail.com>
AuthorDate: Thu Jan 13 16:25:06 2022 -0800

    Update from 0.6.0 to 0.7.0
    
    Updated the Makefile, the README, the default version in age.control,
    added released notes and updated the age--*.sql filename.
---
 Makefile                         | 2 +-
 README.md                        | 2 +-
 RELEASE                          | 2 +-
 age--0.6.0.sql => age--0.7.0.sql | 0
 age.control                      | 2 +-
 doc/conf.py                      | 2 +-
 6 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 1f97aab..ded4232 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ OBJS = src/backend/age.o \
 
 EXTENSION = age
 
-DATA = age--0.6.0.sql
+DATA = age--0.7.0.sql
 
 # sorted in dependency order
 REGRESS = scan \
diff --git a/README.md b/README.md
index b334a4b..f83c0cf 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Intelligent -- AGE allows you to perform graph queries that are the basis for ma
 
 ## Latest happenings
 
-- Latest Apache AGE release, [Apache AGE 0.6.0 (incubating)](https://github.com/apache/incubator-age/releases/tag/v0.6.0).
+- Latest Apache AGE release, [Apache AGE 0.7.0 (incubating)](https://github.com/apache/incubator-age/releases/tag/v0.7.0).
 - The latest Apache AGE documentation is now available at [here](https://age.apache.org/docs/master/index.html).
 - The roadmap has been updated, please check out the [Apache AGE website](http://age.apache.org/).
 - Send all your comments and inquiries to the user mailing list, users@age.apache.org.
diff --git a/RELEASE b/RELEASE
index d78435f..384af92 100644
--- a/RELEASE
+++ b/RELEASE
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-Release Notes for Apache AGE release v0.6.0
+Release Notes for Apache AGE release v0.7.0
 
     Add VLE SRF (Set Returning Function).
     Fix Vertex, Edge, and Path serialization bug (AGE2-307).
diff --git a/age--0.6.0.sql b/age--0.7.0.sql
similarity index 100%
rename from age--0.6.0.sql
rename to age--0.7.0.sql
diff --git a/age.control b/age.control
index 74977ca..92490bb 100644
--- a/age.control
+++ b/age.control
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-default_version = '0.6.0'
+default_version = '0.7.0'
 comment = 'AGE database extension'
 module_pathname = '$libdir/age'
 
diff --git a/doc/conf.py b/doc/conf.py
index 82ce46c..b5952d4 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -43,7 +43,7 @@ author = u'Apache AGE (incubating) Team'
 # The short X.Y version
 version = u''
 # The full version, including alpha/beta/rc tags
-release = u'0.6.0'
+release = u'0.7.0'
 
 
 # -- General configuration ---------------------------------------------------