Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Dec 2, 2021
1 parent 9aa36c7 commit c7b425f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0] - 2021-12-01

- CLI tool xpl is now installed by CMake
- Example updated to accept command line options
- Documentation updated


## [0.4.0] - 2021-11-24

- Update xpload.py to match changed API in plexoos/npdb:develop repository
Expand Down
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.20)

project(xpload VERSION 0.4.0 LANGUAGES CXX)
project(xpload VERSION 0.5.0 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit c7b425f

Please sign in to comment.