Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/bbannier/bump-dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Jan 9, 2024
2 parents b004b44 + cc97b38 commit 10155ec
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/filesystem
2 changes: 1 addition & 1 deletion 3rdparty/utf8proc
17 changes: 17 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.10.0-dev.98 | 2024-01-09 13:55:27 +0100

* Bump dependencies. (Benjamin Bannier, Corelight)

* GH-1632: Bump justrx to pull in bugfix. (Robin Sommer, Corelight)

Closes #1632.

* CI: drop freebsd-12, add freebsd-14. (Benjamin Bannier, Corelight)

* GH-1500: Add `+=` operator for `string`. (Benjamin Bannier, Corelight)

This allows appending to a `string` without having to allocate a new
string. This might perform better most of the time.

Closes #1500.

1.9.0-97 | 2024-01-09 10:13:30 +0100

* GH-1632: Bump justrx to pull in bugfix. (Robin Sommer, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0-97
1.10.0-dev.98
4 changes: 4 additions & 0 deletions doc/autogen/types/string.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
Returns the concatenation of two strings.

.. spicy:operator:: string::SumAssign string t:string <sp> op:+= <sp> t:string
Appends the second string to the first.

.. spicy:operator:: string::Unequal bool t:string <sp> op:!= <sp> t:string
Compares two strings lexicographically.
Expand Down

0 comments on commit 10155ec

Please sign in to comment.