File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ echo "in root: gitoxide CLI"
18
18
(enter cargo-smart-release && indent cargo diet -n --package-size-limit 95KB)
19
19
(enter git-actor && indent cargo diet -n --package-size-limit 5KB)
20
20
(enter git-pathspec && indent cargo diet -n --package-size-limit 25KB)
21
+ (enter git-refspec && indent cargo diet -n --package-size-limit 5KB)
21
22
(enter git-path && indent cargo diet -n --package-size-limit 15KB)
22
23
(enter git-attributes && indent cargo diet -n --package-size-limit 15KB)
23
24
(enter git-discover && indent cargo diet -n --package-size-limit 20KB)
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## Unreleased
9
+
10
+ Initial release for name reservation.
11
+
12
+ ### Commit Statistics
13
+
14
+ <csr-read-only-do-not-edit />
15
+
16
+ - 1 commit contributed to the release.
17
+ - 0 commits where understood as [ conventional] ( https://www.conventionalcommits.org ) .
18
+ - 1 unique issue was worked on: [ #450 ] ( https://github.com/Byron/gitoxide/issues/450 )
19
+
20
+ ### Commit Details
21
+
22
+ <csr-read-only-do-not-edit />
23
+
24
+ <details ><summary >view details</summary >
25
+
26
+ * ** [ #450 ] ( https://github.com/Byron/gitoxide/issues/450 ) **
27
+ - empty ` git-refspec ` crate for name reservation prior to implementation ([ ` 871a3c0 ` ] ( https://github.com/Byron/gitoxide/commit/871a3c054d4fe6c1e92b6f2e260b19463404509f ) )
28
+ </details >
29
+
You can’t perform that action at this time.
0 commit comments