Skip to content

Commit

Permalink
feature: Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTackeGSI authored and dennisklein committed Sep 8, 2021
1 parent 6449c0f commit b1a416d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ Changelog
*********
.. View rendered on https://fairrootgroup.github.io/FairCMakeModules/latest/changelog.html
Unreleased **v1.0.0** 2021-xx-xx
Unreleased **v1.1.0** 2021-xx-xx
================================


**v1.0.0** 2021-09-08
=====================

First official stable release

New
---

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
cmake_policy(VERSION 3.15...3.20)

project(FairCMakeModules VERSION 0.2.0 LANGUAGES CXX
project(FairCMakeModules VERSION 1.0.0 LANGUAGES CXX
HOMEPAGE_URL "https://github.com/FairRootGroup/FairCMakeModules")

if(NOT CMAKE_BUILD_TYPE)
Expand Down
1 change: 1 addition & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Changelog and Releases
* On releases:

1. Bump the version number adhering to `Semantic Versioning`_
(check the :command:`project` command in ``CMakeLists.txt``)
2. Make a version entry in the ``CHANGELOG.rst`` and move entries from the
*Unreleased* section. The release manager may perform additional changes
to the prepared entries in an *editorial* role if it improves readibility.
Expand Down

0 comments on commit b1a416d

Please sign in to comment.