Skip to content

Commit

Permalink
Updating release notes and tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Oct 15, 2024
1 parent 3f312ac commit 9a3f831
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.5.0
VERSION 0.4.1
LANGUAGES CXX
)

Expand Down
5 changes: 4 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 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.1
Bug fixes:
- iterator guards were added to the disco parser to avoid valgrind errors in ENDFtk.
- the stride_view iterator was missing the reference type, which is required to create vectors using these stride view iterators in C++17.

## [tools v0.4.0](https://github.com/njoy/tools/pull/44)
New features:
Expand Down

0 comments on commit 9a3f831

Please sign in to comment.