smart-commit-copilot-cli 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,18 @@ The format is based on Keep a Changelog, and this project follows Semantic Versi
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.1.4] - 2026-04-15
10
+
11
+ ### Added
12
+
13
+ - expanded `README.md`, `docs/configuration.md`, and `docs/getting-started.md` with more complete setup, configuration, and workflow guidance
14
+ - a dedicated `0.1.4` draft release note for the current publish target
15
+
16
+ ### Changed
17
+
18
+ - publish guidance now points to the `0.1.4` release draft during pre-publish review
19
+ - release documentation now better reflects the current CLI surface and onboarding flow
20
+
9
21
  ## [0.1.3] - 2026-04-14
10
22
 
11
23
  ### Added
@@ -13,6 +25,7 @@ The format is based on Keep a Changelog, and this project follows Semantic Versi
13
25
  - pass-history event modeling now distinguishes `review_passed`, `commit_completed`, and `commit_push_completed`
14
26
  - `bridge` now writes `commit_completed` when a local commit succeeds but automatic push is disabled
15
27
  - focused regression coverage for `commit_completed`, pass-history parsing, report totals, and the updated bridge/pass-history interaction
28
+ - CLI now supports `--version`, `-v`, and `version` for installer and automation checks
16
29
 
17
30
  ### Changed
18
31