Skip to content

Commit 4aab079

Browse files
authored
Merge pull request #223 from elemoine/version
Change the version number to 1.1.1
2 parents fc766e5 + 25a56f9 commit 4aab079

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Release
2+
3+
Steps for releasing a new version of Pointcloud.
4+
5+
Add a new section to the [NEWS](NEWS) file, listing all the changes associated with the new release.
6+
7+
Change the version number in the [Version.config](Version.config) and
8+
[pgsql/expected/pointcloud.out](pgsql/expected/pointcloud.out) files.
9+
10+
Create a PR with these changes. When the PR is merged create a tag for the new release and push
11+
it to GitHub:
12+
13+
```bash
14+
$ git tag -a x.y.z -m 'version x.y.z'
15+
$ git push origin x.y.z
16+
```

Version.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

pgsql/expected/pointcloud.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CREATE EXTENSION pointcloud;
33
SELECT PC_Version();
44
pc_version
55
------------
6-
1.1.0
6+
1.1.1
77
(1 row)
88

99
INSERT INTO pointcloud_formats (pcid, srid, schema)

0 commit comments

Comments
 (0)