Skip to content

Commit 9991c47

Browse files
committed
Release bgit v0.3.7
1 parent d1f54eb commit 9991c47

File tree

3 files changed

+33
-7
lines changed

3 files changed

+33
-7
lines changed

CHANGELOG.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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+
## v0.3.7 (2025-08-18)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-d1f54eb3cb9313fed8a5b479459e260dd2be0119/> remove stale ssh-agent socket if agent is dead
13+
- <csr-id-a332e8a0df8c619b828fec950602f1f38abf6bda/> broken links
14+
15+
### Commit Statistics
16+
17+
<csr-read-only-do-not-edit/>
18+
19+
- 2 commits contributed to the release.
20+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Remove stale ssh-agent socket if agent is dead ([`d1f54eb`](https://github.com/rootCircle/bgit/commit/d1f54eb3cb9313fed8a5b479459e260dd2be0119))
31+
- Broken links ([`a332e8a`](https://github.com/rootCircle/bgit/commit/a332e8a0df8c619b828fec950602f1f38abf6bda))
32+
</details>
33+
834
## v0.3.6 (2025-08-17)
935

1036
### Bug Fixes
@@ -15,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1541

1642
<csr-read-only-do-not-edit/>
1743

18-
- 1 commit contributed to the release.
44+
- 2 commits contributed to the release.
1945
- 1 day passed between releases.
2046
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2147
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2753
<details><summary>view details</summary>
2854

2955
* **Uncategorized**
56+
- Release bgit v0.3.6 ([`296e743`](https://github.com/rootCircle/bgit/commit/296e7438203877a862e5fab4e2fe9d79d2704d0d))
3057
- Duplicate key files from global_config ([`b2678e0`](https://github.com/rootCircle/bgit/commit/b2678e0c4a3c315fcc755ff5df4fd6441f4382de))
3158
</details>
3259

@@ -37,7 +64,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3764
- <csr-id-fdb1ee6b22dda536ba08580f05cbb9425152c24a/> Suspend progress bar for clean stderr output
3865
- Wrapped prompt_step_task.execute in self.pb.suspend to prevent
3966
dialoguer prompts from interfering with the progress bar.
40-
- Created `pa14_ai_commit_msg` for PromptStep alignment.
4167

4268
### Commit Statistics
4369

@@ -58,6 +84,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5884
- Suspend progress bar for clean stderr output ([`fdb1ee6`](https://github.com/rootCircle/bgit/commit/fdb1ee6b22dda536ba08580f05cbb9425152c24a))
5985
</details>
6086

87+
<csr-unknown>
88+
Created pa14_ai_commit_msg for PromptStep alignment.<csr-unknown/>
89+
6190
## v0.3.4 (2025-08-16)
6291

6392
<csr-id-125c1b6c6e20d242e71bea99f5f022395fda16e6/>
@@ -107,9 +136,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107136
- Fix install script for mac ([`125c1b6`](https://github.com/rootCircle/bgit/commit/125c1b6c6e20d242e71bea99f5f022395fda16e6))
108137
</details>
109138

110-
<csr-unknown>
111-
Update add_all_ssh_keys to return the first key added.Add serialize_b64_opt and save_global to GlobalConfig for proper serialization and saving of config.Modify GlobalIntegrations and HttpsAuth to use serialize_b64_opt and skip_serializing_if.<csr-unknown/>
112-
113139
## v0.3.3 (2025-08-16)
114140

115141
<csr-id-86564edfc5eb4d52b9ebbee5e7f41fdb8d288cfd/>

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bgit"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
edition = "2024"
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)