Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
slavenf committed Feb 13, 2024
1 parent 863bb6b commit ad2af72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next Release
# 1.2.4 (2024-02-13)

* Refactoring insert functions in small maps and sets. Removed duplicated code.
Added private member function for checking `hint` iterator.
Expand All @@ -13,6 +13,7 @@
* Reworked and improved `erase(iterator)` and `erase(iterator, iterator)`
member functions.
* Added GitHub actions for automated testing.
* Added CMake support. Thanks to @ZehMatt and @johannes-wolf.



Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.2.4

0 comments on commit ad2af72

Please sign in to comment.