Skip to content

Commit f7ef103

Browse files
committed
chore: creating version 1.10
1 parent 3926638 commit f7ef103

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
## [1.10] - 2026-05-19
9+
810
### Fixed
911
- It is no longer possible to observe an `intrusive_shared_ptr` in an incosistent state while
1012
the `reset()` method runs. Previously, this could happen in code that is invoked from a destructor of
@@ -113,3 +115,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
113115
[1.7]: https://github.com/gershnik/intrusive_shared_ptr/releases/v1.7
114116
[1.8]: https://github.com/gershnik/intrusive_shared_ptr/releases/v1.8
115117
[1.9]: https://github.com/gershnik/intrusive_shared_ptr/releases/v1.9
118+
[1.10]: https://github.com/gershnik/intrusive_shared_ptr/releases/v1.10

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ include(FetchContent)
140140
141141
FetchContent_Declare(isptr
142142
GIT_REPOSITORY https://github.com/gershnik/intrusive_shared_ptr.git
143-
GIT_TAG v1.9 #use the tag, branch or SHA you need
143+
GIT_TAG v1.10 #use the tag, branch or SHA you need
144144
GIT_SHALLOW TRUE
145145
)
146146
...
@@ -160,7 +160,7 @@ isptr_add_module(mytarget PRIVATE)
160160
161161
### Conan
162162

163-
Add `intrusive_shared_ptr/1.9` to your conanfile.
163+
Add `intrusive_shared_ptr/1.10` to your conanfile.
164164

165165
### Vcpkg
166166

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9
1+
1.10

0 commit comments

Comments
 (0)