We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e63402 + 73ba748 commit f9bac77Copy full SHA for f9bac77
1 file changed
RELEASE_NOTES.md
@@ -0,0 +1,27 @@
1
+## [0.0.5] - 2026-01-27
2
+
3
+### Added
4
5
+- **cli:** Add `check` command to evaluate rules against saved snapshots
6
+- **cli:** Document new `pacta check` command and two-step snapshot workflow
7
8
+### Changed
9
10
+- Format argparse argument and remove unused import
11
12
+### Documentation
13
14
+- Add new example docs pages and example projects (layered, hexagonal, legacy migration)
15
+- Update CLI and examples for snapshot save/check workflow
16
17
+### Fixed
18
19
+- **check:** Update existing snapshot object in-place and save optional extra ref
20
+- **ci:** Use --force-with-lease when pushing changelog updates
21
22
+### Testing
23
24
+- **cli:** Reformat assertion for save refs call args
25
26
+[0.0.5]: https://github.com/akhundMurad/pacta/compare/v0.0.4...v0.0.5
27
0 commit comments