Skip to content

Commit

Permalink
Bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Nov 23, 2023
1 parent 439acaa commit 74d92b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()

project(
libassert
VERSION 1.2.1
VERSION 1.2.2
LANGUAGES CXX
)

Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
- [libassert 1.2.2](#libassert-122)
- [libassert 1.2.1](#libassert-121)
- [libassert 1.2](#libassert-12)
- [libassert 1.1](#libassert-11)
- [libassert 1.0 🎉](#libassert-10-)

## libassert 1.2.2

Small patch release that bumps the stack tracing back-end, part of getting vcpkg issues ironed out.

- Bumped cpptrace to version 0.3.0

## libassert 1.2.1
- More testing
- Minor fixes and refactors
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ include(FetchContent)
FetchContent_Declare(
assert
GIT_REPOSITORY "https://github.com/jeremy-rifkin/libassert"
GIT_TAG "v1.2.1"
GIT_TAG "v1.2.2"
)
FetchContent_MakeAvailable(assert)
Expand Down

0 comments on commit 74d92b8

Please sign in to comment.