Skip to content

Commit

Permalink
Preparing to create tag 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Mar 15, 2024
1 parent 7fa61f2 commit a06a748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ every change, see the Git log.

Latest
------
* tbd

7.1.1
-----
* Patch: Changed the container type for storing return values in `return_handler`
from `std::vector` to `std::deque` to avoid a specific issue with `std::vector<bool>`.
This change ensures safer and more predictable behavior when using STL algorithms.
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import os
from waflib.Build import BuildContext

APPNAME = "stub"
VERSION = "7.1.0"
VERSION = "7.1.1"


def configure(conf):
Expand Down

0 comments on commit a06a748

Please sign in to comment.