You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
SPDX-FileCopyrightText: 2026 Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>
3
3
SPDX-License-Identifier: LicenseRef-PlainMIT OR MIT
4
4
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
+
5
7
commit hashes cause false-positives for the spellchecker:
6
8
spellchecker:off
7
9
-->
@@ -11,14 +13,25 @@ We document all important changes below.
11
13
12
14
Submod follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- (**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
31
44
32
45
- (**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))
33
46
47
+
- Add changelog configuration and update commit parsing rules in cliff.toml([`9b4e72d`](https://github.com/bashandbone/submod/commit/9b4e72dbea2824f091afbfaa0b6885a6b99bd07b))
48
+
34
49
### Fix
35
50
36
51
- 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
41
56
42
57
- Update CI workflow for coverage and install nextest; modify dependencies in Cargo.toml and Cargo.lock([`5fdfe24`](https://github.com/bashandbone/submod/commit/5fdfe249b8f6fd2e28992c17498a5e0349dd430f))
43
58
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))
45
60
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))
46
64
47
-
## [0.2.1] - 2026-03-18
48
65
66
+
## [0.2.1] - 2026-03-18
49
67
### Bug Fixes
50
68
51
69
- (**git_manager**) Improve success message for submodule updates([`3030474`](https://github.com/bashandbone/submod/commit/3030474c9fa4b4fdae42d23c7a2a1966a974bd53))
0 commit comments