@@ -5,6 +5,43 @@ 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.12.2 (2023-04-01)
9
+
10
+ ### Bug Fixes
11
+
12
+ - <csr-id-cfaab7ffc67d33224afe4b92e42059c0bb88ea02 /> Parse revisions with ` @ ` in their name.
13
+ Previously these would cause a parse error due to confusing ` @ ` with
14
+ the short form of ` HEAD ` .
15
+
16
+ Merge branch 'fix-rev-parse-with-at'
17
+
18
+ ### Other
19
+
20
+ - <csr-id-1c27e7a3745b156ea953e430f726576389fad5f2 /> Parse revisions with the @ character
21
+ Fixes https://github.com/Byron/gitoxide/issues/802
22
+
23
+ ### Commit Statistics
24
+
25
+ <csr-read-only-do-not-edit />
26
+
27
+ - 3 commits contributed to the release.
28
+ - 6 days passed between releases.
29
+ - 2 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
30
+ - 1 unique issue was worked on: [ #802 ] ( https://github.com/Byron/gitoxide/issues/802 )
31
+
32
+ ### Commit Details
33
+
34
+ <csr-read-only-do-not-edit />
35
+
36
+ <details ><summary >view details</summary >
37
+
38
+ * ** [ #802 ] ( https://github.com/Byron/gitoxide/issues/802 ) **
39
+ - Parse revisions with ` @ ` in their name. ([ ` cfaab7f ` ] ( https://github.com/Byron/gitoxide/commit/cfaab7ffc67d33224afe4b92e42059c0bb88ea02 ) )
40
+ * ** Uncategorized**
41
+ - Refactor ([ ` c0905ce ` ] ( https://github.com/Byron/gitoxide/commit/c0905ce74f1bef4c42c9729e2bcf267d7aa6af5e ) )
42
+ - Parse revisions with the @ character ([ ` 1c27e7a ` ] ( https://github.com/Byron/gitoxide/commit/1c27e7a3745b156ea953e430f726576389fad5f2 ) )
43
+ </details >
44
+
8
45
## 0.12.1 (2023-03-26)
9
46
10
47
A maintenance release without any user-facing changes.
@@ -13,7 +50,7 @@ A maintenance release without any user-facing changes.
13
50
14
51
<csr-read-only-do-not-edit />
15
52
16
- - 2 commits contributed to the release over the course of 3 calendar days.
53
+ - 3 commits contributed to the release over the course of 3 calendar days.
17
54
- 21 days passed between releases.
18
55
- 0 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
19
56
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +62,7 @@ A maintenance release without any user-facing changes.
25
62
<details ><summary >view details</summary >
26
63
27
64
* ** Uncategorized**
65
+ - Release gix-tempfile v5.0.2, gix-validate v0.7.4, gix-config v0.20.0, gix-prompt v0.3.3, gix-diff v0.28.1, gix-discover v0.16.1, gix-pack v0.33.2, gix-transport v0.29.1, gix-protocol v0.30.1, gix-revision v0.12.1, gix-worktree v0.15.1, gix v0.43.0, safety bump gix v0.43.0 ([ ` 5dc1f9f ` ] ( https://github.com/Byron/gitoxide/commit/5dc1f9f2bcb8b3e147115fcb6f76558e8f48ffef ) )
28
66
- Prepare changelogs prior to release ([ ` 3016a28 ` ] ( https://github.com/Byron/gitoxide/commit/3016a285f566bdfe7de2774fa6f2254c1b1a2c51 ) )
29
67
- Correct more typos with ` typos ` tool. ([ ` 2321eb9 ` ] ( https://github.com/Byron/gitoxide/commit/2321eb971c2b89551506e2016a3495fafd15b47d ) )
30
68
</details >
0 commit comments