Skip to content

Commit 631f07a

Browse files
authored
Merge pull request #1969 from GitoxideLabs/new-release
new release
2 parents 3b1bef7 + cc5b696 commit 631f07a

File tree

112 files changed

+3041
-714
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+3041
-714
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,54 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.43.0 (2025-04-25)
9+
10+
<csr-id-f952c101cc8686e685074e8604e0f332c06d6767/>
11+
12+
### Other
13+
14+
- <csr-id-f952c101cc8686e685074e8604e0f332c06d6767/> Add missing command docs + small style fixups
15+
Changes that affect the help/usage text shown at runtime:
16+
17+
- Add descriptions for a few `gix` commands that didn't have it:
18+
`gix is-clean`, `gix is-changed`, and `gix env`.
19+
20+
- Add a description of the debug-only `ein panic` command.
21+
22+
- Small spacing and capitalization improvements for consistency.
23+
24+
- Add a line break in a `///` block for brevity of the top line.
25+
26+
Changes to code style that do not affect what is shown at runtime:
27+
28+
- Add `.` at the end of some `///` first lines. (This doesn't
29+
affect runtime behavior because `clap` normalizes this away.)
30+
31+
- Put `///` above all `#[...]` in a few places where it wasn't.
32+
33+
- Adjust comment wrapping in a couple of places for clarity.
34+
35+
### Commit Statistics
36+
37+
<csr-read-only-do-not-edit/>
38+
39+
- 4 commits contributed to the release.
40+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
41+
- 0 issues like '(#ID)' were seen in commit messages
42+
43+
### Commit Details
44+
45+
<csr-read-only-do-not-edit/>
46+
47+
<details><summary>view details</summary>
48+
49+
* **Uncategorized**
50+
- Merge pull request #1935 from pierrechevalier83/fix_1923 ([`3b1bef7`](https://github.com/GitoxideLabs/gitoxide/commit/3b1bef7cc40e16b61bcc117ca90ebae21df7c7b1))
51+
- J fmt ([`c3c6504`](https://github.com/GitoxideLabs/gitoxide/commit/c3c650448f92bcb27194ce0a51f7d604ce87920d))
52+
- Merge pull request #1937 from EliahKagan/document-commands ([`de2f97d`](https://github.com/GitoxideLabs/gitoxide/commit/de2f97d793d8675659020883a04f47fc9ff06471))
53+
- Add missing command docs + small style fixups ([`f952c10`](https://github.com/GitoxideLabs/gitoxide/commit/f952c101cc8686e685074e8604e0f332c06d6767))
54+
</details>
55+
856
## 0.42.0 (2025-04-04)
957

1058
<csr-id-dd366a52d46078729a6e36468211b97c92c2921d/>

0 commit comments

Comments
 (0)