Skip to content

Commit d117de5

Browse files
authored
chore(deps): update dependency aminya/project_options to v0.42.1 (#44)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aminya/project_options](https://redirect.github.com/aminya/project_options) | minor | `0.41.1` → `0.42.1` | --- ### Release Notes <details> <summary>aminya/project_options (aminya/project_options)</summary> ### [`v0.42.1`](https://redirect.github.com/aminya/project_options/releases/tag/v0.42.1) [Compare Source](https://redirect.github.com/aminya/project_options/compare/v0.42.0...v0.42.1) #### What's Changed - fix: thread-safe vcpkg bootstrap by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;296](https://redirect.github.com/aminya/project_options/pull/296) Changes in v0.42.0 - feat: support Clang sanitizers on Windows by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;294](https://redirect.github.com/aminya/project_options/pull/294) - fix: checkout vcpkg before bootstrapping by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;295](https://redirect.github.com/aminya/project_options/pull/295) **Full Changelog**: <aminya/project_options@v0.42.0...v0.42.1> ### [`v0.42.0`](https://redirect.github.com/aminya/project_options/releases/tag/v0.42.0) [Compare Source](https://redirect.github.com/aminya/project_options/compare/v0.41.1...v0.42.0) #### What's Changed - feat: support Clang sanitizers on Windows by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;294](https://redirect.github.com/aminya/project_options/pull/294) - fix: checkout vcpkg before bootstrapping by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;295](https://redirect.github.com/aminya/project_options/pull/295) **Full Changelog**: <aminya/project_options@v0.41.1...v0.42.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/gf712/python-cpp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42MS4zIiwidXBkYXRlZEluVmVyIjoiNDQuNjEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents aa17453 + 6810c96 commit d117de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CPMAddPackage("gh:jarro2783/cxxopts@3.3.1")
1515
CPMAddPackage("gh:Tessil/ordered-map@1.2.0")
1616
CPMAddPackage("gh:python/cpython@3.9.25")
1717
CPMAddPackage("gh:antirez/linenoise#2.0")
18-
CPMAddPackage("gh:aminya/project_options@0.41.1")
18+
CPMAddPackage("gh:aminya/project_options@0.42.1")
1919

2020
if(linenoise_ADDED)
2121
add_library(linenoise ${linenoise_SOURCE_DIR}/linenoise.c)

0 commit comments

Comments
 (0)