Skip to content

Commit

Permalink
Version 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cfisoi committed Feb 25, 2024
1 parent d1c583c commit cb19602
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.3
* Add support for STL containers that contain pointers
* Add support for std::string_view
* Fix handling of std::shared_ptr that resulted in moving them instead of copying them
* Fix container iteration so elements are passed by reference and not copied

## 4.2.1

* Support systems who use `#include <experimental/filesystem>` over `#include<filesystem>`. See [#197](https://github.com/jasonroelofs/rice/issues/197) and [#201](https://github.com/jasonroelofs/rice/pull/201)
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rice
VERSION = "4.2.1"
VERSION = "4.3.0"
end

0 comments on commit cb19602

Please sign in to comment.