Skip to content

Commit

Permalink
Merge branch 'update/version' into 'develop'
Browse files Browse the repository at this point in the history
Updating version in develop

See merge request njoy/tools!1
  • Loading branch information
whaeck committed Oct 3, 2024
2 parents e0eb6b4 + 28e1c9b commit 1743251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if( DEFINED PROJECT_NAME )
endif()

project( tools
VERSION 0.4.0
VERSION 0.5.0
LANGUAGES CXX
)

Expand Down
2 changes: 2 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release Notes—tools
Given here are some release notes for tools.

## [tools v0.5.0](https://github.com/njoy/tools/pull/xx)

## [tools v0.4.0](https://github.com/njoy/tools/pull/44)
New features:
- added a partial implementation of the C++23 ranges standard: chunk_view, chunk_by_view, stride_view and repeat_view (LLVM implementations for these views were used as models for our C++17 based implementations)
Expand Down

0 comments on commit 1743251

Please sign in to comment.