[osmium-tool] 13/13: Added CHANGELOG.md. Updated version to 1.0.1.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 20:15:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to tag v1.0.1
in repository osmium-tool.

commit b3488ca24999c318e9a2881f99e407bc3e054380
Author: Jochen Topf <jochen at topf.org>
Date:   Tue Mar 31 21:23:05 2015 +0200

    Added CHANGELOG.md. Updated version to 1.0.1.
---
 CHANGELOG.md   | 18 ++++++++++++++++++
 CMakeLists.txt |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..3412cc6
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,18 @@
+
+# Change Log
+
+All notable changes to this project will be documented in this file.
+This project adheres to [Semantic Versioning](http://semver.org/).
+
+## [unreleased] -
+
+## [1.0.1] - 2015-03-31
+
+### Changed
+
+- Minor updates to documentation and build system
+
+
+[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.0.1...HEAD
+[1.0.1]: https://github.com/osmcode/osmium-tool/compare/v1.0.0...v1.0.1
+
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a8554a5..8546a16 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ project(osmium)
 
 set(OSMIUM_VERSION_MAJOR 1)
 set(OSMIUM_VERSION_MINOR 0)
-set(OSMIUM_VERSION_PATCH 0)
+set(OSMIUM_VERSION_PATCH 1)
 
 set(OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR}.${OSMIUM_VERSION_MINOR}.${OSMIUM_VERSION_PATCH})
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git



More information about the Pkg-grass-devel mailing list