Skip to content

Commit 622322d

Browse files
bashandboneclaude
andcommitted
chore(release): bump version to 0.2.7 and update changelog
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3162a2c commit 622322d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ spellchecker:off
1212
We document all important changes below.
1313

1414
Submod follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
15+
## [0.2.7] - 2026-03-22
16+
### Bug Fixes
17+
18+
- Propagate fetch errors from gix to enable git2 fallback([`3162a2c`](https://github.com/bashandbone/submod/commit/3162a2cc02577d0cfd04f5c23d5b12f663fe9cbf))
19+
20+
### Miscellaneous
21+
22+
- (**deps**) Bump rustls-webpki in the cargo group across 1 directory (#41)([`8ddb5cd`](https://github.com/bashandbone/submod/commit/8ddb5cd6b8b8f0e25a859215212a1053b3064137))
23+
24+
### Performance
25+
26+
- Hoist format! call out of loop in src/git_ops/mod.rs (#43)([`f1994e2`](https://github.com/bashandbone/submod/commit/f1994e2ff8285f0f32ce7d6667c7003ff8aebb6a))
27+
28+
1529
## [0.2.6] - 2026-03-22
1630
### Bug Fixes
1731

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
@@ -4,7 +4,7 @@
44
#:tombi schema.strict = false
55
[package]
66
name = "submod"
7-
version = "0.2.6"
7+
version = "0.2.7"
88
edition = "2024"
99
rust-version = "1.89"
1010
description = "A headache-free submodule management tool, built on top of gitoxide. Manage sparse checkouts, submodule updates, and adding/removing submodules with ease."

0 commit comments

Comments
 (0)