You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gix/CHANGELOG.md
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.55.1 (2023-10-12)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-5732303180d26374016b70bdd7fa0278dd84cff3/> Add `take_data()` to all primitive object types.
13
+
That is the new, most direct way to obtain its data which otherwise
14
+
is immovable.
15
+
- <csr-id-88f2e6c4c540b9c8032e6eee9c5da65a9bcfeef8/> Add `detach()` and `detached()` too all object types.
16
+
That way, the detachment API is symmetric.
17
+
It's required to overcome the `Drop` implementation of each of these types
18
+
which prevents moving data out of the object (easily).
19
+
20
+
### Commit Statistics
21
+
22
+
<csr-read-only-do-not-edit/>
23
+
24
+
- 2 commits contributed to the release.
25
+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
26
+
- 0 issues like '(#ID)' were seen in commit messages
27
+
28
+
### Commit Details
29
+
30
+
<csr-read-only-do-not-edit/>
31
+
32
+
<details><summary>view details</summary>
33
+
34
+
***Uncategorized**
35
+
- Add `take_data()` to all primitive object types. ([`5732303`](https://github.com/Byron/gitoxide/commit/5732303180d26374016b70bdd7fa0278dd84cff3))
36
+
- Add `detach()` and `detached()` too all object types. ([`88f2e6c`](https://github.com/Byron/gitoxide/commit/88f2e6c4c540b9c8032e6eee9c5da65a9bcfeef8))
0 commit comments