Skip to content

Commit 9d6d39e

Browse files
committed
prepare release v1.3.0
1 parent 9552b96 commit 9d6d39e

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
osm2pgsql was written by Jon Burgess, Artem Pavlenko, Martijn van Oosterhout
22
Sarah Hoffmann, Kai Krueger, Frederik Ramm, Brian Quinion, Matt Amos,
3-
Kevin Kreiser, Paul Norman and other OpenStreetMap project members.
3+
Kevin Kreiser, Paul Norman, Jochen Topf and other OpenStreetMap project members.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(PACKAGE osm2pgsql)
22
set(PACKAGE_NAME osm2pgsql)
3-
set(PACKAGE_VERSION 1.2.0)
3+
set(PACKAGE_VERSION 1.3.0)
44

55
cmake_minimum_required(VERSION 2.8.7)
66

CONTRIBUTING.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ in modern C++, making use of data structures in the standard library.
2323

2424
## Versioning
2525

26-
Osm2pgsql uses a X.Y.Z version number, where Y tells you if you are on a stable
27-
or development series. Even numbers are stable and development versions are odd.
26+
Osm2pgsql uses [semantic versioning](https://semver.org/).
2827

2928
Bugs and known issues are fixed on the main branch only. Exceptions may be made
30-
for easy bug fixes, or if a patch backporting a fix is provided.
29+
for severe bugs.
3130

3231
## Code style
3332

@@ -42,7 +41,7 @@ Template parameters must use all upper case.
4241
Headers should be included in the order `config.h`, C++ standard library headers,
4342
C library headers, Boost headers, and last osm2pgsql files.
4443

45-
There is a .clang-format configuration avialable and all code must be run through
44+
There is a .clang-format configuration available and all code must be run through
4645
clang-format before submitting. You can use git-clang-format after staging all
4746
your changes:
4847

@@ -132,5 +131,4 @@ the report.
132131
## Maintainers
133132

134133
The current maintainers of osm2pgsql are [Sarah Hoffmann](https://github.com/lonvia/)
135-
and [Paul Norman](https://github.com/pnorman/). Sarah has more experience with
136-
the gazetteer backend and Paul with the pgsql and multi backends.
134+
and [Paul Norman](https://github.com/pnorman/).

0 commit comments

Comments
 (0)