Skip to content

Commit

Permalink
Bump to 1.0.4 for devel.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Oct 4, 2024
1 parent e549947 commit f5f7771
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()

project(mp++ VERSION 1.0.3 LANGUAGES CXX C)
project(mp++ VERSION 1.0.4 LANGUAGES CXX C)

# Setup the mp++ ABI version number.
set(MPPP_ABI_VERSION 15)
Expand Down
9 changes: 9 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

1.0.4 (unreleased)
------------------

Fix
~~~

- Workaround for a clang 17 issue that would result in
runtime exceptions during (de)serialisation.

1.0.3 (2024-07-21)
------------------

Expand Down

0 comments on commit f5f7771

Please sign in to comment.