Skip to content

Commit

Permalink
v2.0.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Reyreaud <[email protected]>
  • Loading branch information
Loic Reyreaud committed Sep 21, 2018
1 parent a00170e commit 19676df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)
set(LIB threadpool)
project(${LIB} LANGUAGES CXX VERSION 1.0)
project(${LIB} LANGUAGES CXX VERSION 2.0.0)

option(BUILD_TESTS "Build tests" OFF)
option(BUILD_EXAMPLES "Build examples" OFF)
Expand Down
6 changes: 5 additions & 1 deletion doc/src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0

Unreleased
----------

[2.0.0] - 2018-09-21
--------------------
Added
~~~~~~~
- Code examples from the doc are now buildable standalone programs.
Expand Down Expand Up @@ -36,4 +39,5 @@ Added
List of releases
----------------
- `Unreleased <https://github.com/reyreaud-l/threadpool/compare/v1.0.0...HEAD>`_
- `v1.0 <https://github.com/reyreaud-l/threadpool/compare/3e51279...v1.0.0>`_
- `2.0.0 <https://github.com/reyreaud-l/threadpool/compare/v1.0.0...v2.0.0>`_
- `1.0.0 <https://github.com/reyreaud-l/threadpool/compare/3e51279...v1.0.0>`_

0 comments on commit 19676df

Please sign in to comment.