Skip to content

Commit fd3c0bb

Browse files
committed
chore: update changelog
1 parent bec2d46 commit fd3c0bb

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
SPDX-FileCopyrightText: 2026 Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>
33
SPDX-License-Identifier: LicenseRef-PlainMIT OR MIT
44
5+
Git-cliff generates this file from the git commit history. The configuration for how it generates this file is in `cliff.toml`. Please edit that file, not this one.
6+
57
commit hashes cause false-positives for the spellchecker:
68
spellchecker:off
79
-->
@@ -11,14 +13,25 @@ We document all important changes below.
1113

1214
Submod follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1315

14-
## [0.2.2] - 2026-03-19
16+
## [0.2.3] - 2026-03-20
17+
### Fix
18+
19+
- Gix submodule resolution bug, verbose output (added --verbose flag)([`17a4877`](https://github.com/bashandbone/submod/commit/17a4877a17ada5aaf51a86ba898ef6c85ba10cae))
20+
21+
### Miscellaneous
22+
23+
- Bump to v0.2.3([`bec2d46`](https://github.com/bashandbone/submod/commit/bec2d46cdd1d071ba682743a9ef63be3b3e71f28))
1524

25+
26+
## [0.2.2] - 2026-03-20
1627
### Bug Fixes
1728

1829
- Correct name to cargo-nextest in ci.yml([`e9251c6`](https://github.com/bashandbone/submod/commit/e9251c6a4e089c23039847ace7268e6a1f4ca8fa))
1930

2031
- Incorrect key in ci.yml GH Action([`2d4d09e`](https://github.com/bashandbone/submod/commit/2d4d09e9050d082d2f63851b3ea7dd1f31feda11))
2132

33+
- (**release**) Repair release.yml — YAML syntax errors, wrong action versions, broken permissions and tokens (#40)([`d0f764a`](https://github.com/bashandbone/submod/commit/d0f764a57b6711fec83c551139c918dbc5c32a6e))
34+
2235
### Feat
2336

2437
- (**testing**) Add coverage macro attributes and streamline testing config for faster testing (#35)([`38da3a9`](https://github.com/bashandbone/submod/commit/38da3a974c7cd1af6fe93573daf4f095f8ae6479))
@@ -31,6 +44,8 @@ Submod follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and uses
3144

3245
- (**testing**) Add coverage macros across codebase where appropriate; Add/update nextest config to use test groups to prevent race conditions vice running all tests on a single thread serially.([`b6f09f2`](https://github.com/bashandbone/submod/commit/b6f09f2a24361278153ef12ffce12d9876f284d6))
3346

47+
- Add changelog configuration and update commit parsing rules in cliff.toml([`9b4e72d`](https://github.com/bashandbone/submod/commit/9b4e72dbea2824f091afbfaa0b6885a6b99bd07b))
48+
3449
### Fix
3550

3651
- Serialization/Deserialization bug; significantly expand testing in core areas. (#33)([`bce7bf8`](https://github.com/bashandbone/submod/commit/bce7bf850793df5d3e9392ed639dc47de26a8d8f))
@@ -41,11 +56,14 @@ Submod follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and uses
4156

4257
- Update CI workflow for coverage and install nextest; modify dependencies in Cargo.toml and Cargo.lock([`5fdfe24`](https://github.com/bashandbone/submod/commit/5fdfe249b8f6fd2e28992c17498a5e0349dd430f))
4358

44-
- Update Rust version to 1.89 in Cargo.toml and mise.toml([`2f82a2a`](https://github.com/bashandbone/submod/commit/2f82a2a4971adc40b1903ee13c68e900ae7bf12d))
59+
- Update Rust version to 1.89 in Cargo.toml and mise.toml([`b7739c1`](https://github.com/bashandbone/submod/commit/b7739c11f911cd182988d1f3967ecd58789a0542))
4560

61+
- Bump version to 0.2.2 in Cargo.toml and Cargo.lock([`f1bb973`](https://github.com/bashandbone/submod/commit/f1bb973c669614ca861df0ffb750d4250ed00974))
62+
63+
- Bump version to 0.2.2 in Cargo.toml and Cargo.lock([`a4f34ad`](https://github.com/bashandbone/submod/commit/a4f34ad9ed532264769472ab37334274bb43a43d))
4664

47-
## [0.2.1] - 2026-03-18
4865

66+
## [0.2.1] - 2026-03-18
4967
### Bug Fixes
5068

5169
- (**git_manager**) Improve success message for submodule updates([`3030474`](https://github.com/bashandbone/submod/commit/3030474c9fa4b4fdae42d23c7a2a1966a974bd53))

0 commit comments

Comments
 (0)