claude-nomad 0.36.0 → 0.38.0

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
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.38.0](https://github.com/funkadelic/claude-nomad/compare/v0.37.0...v0.38.0) (2026-06-02)
4
+
5
+
6
+ ### Added
7
+
8
+ * non-interactive gitleaks allowlist (nomad allow, push --allow/--allow-all) ([#220](https://github.com/funkadelic/claude-nomad/issues/220)) ([c6cc5eb](https://github.com/funkadelic/claude-nomad/commit/c6cc5ebec5dd15cd1aba74dd3627d18c39c8b8c4))
9
+
10
+ ## [0.37.0](https://github.com/funkadelic/claude-nomad/compare/v0.36.0...v0.37.0) (2026-06-02)
11
+
12
+
13
+ ### Added
14
+
15
+ * **docs:** create documentation site ([#216](https://github.com/funkadelic/claude-nomad/issues/216)) ([6b9a2b0](https://github.com/funkadelic/claude-nomad/commit/6b9a2b0ae8658f6770aaeb779da1b8d8c18bf18c))
16
+
17
+
18
+ ### Fixed
19
+
20
+ * **docs:** base-qualify landing page hero links ([#217](https://github.com/funkadelic/claude-nomad/issues/217)) ([67f279c](https://github.com/funkadelic/claude-nomad/commit/67f279cf66073986a5d51192403fa568e10cdd00))
21
+ * **push:** close gitleaks leak-recovery coverage gaps ([#218](https://github.com/funkadelic/claude-nomad/issues/218)) ([2e6b53c](https://github.com/funkadelic/claude-nomad/commit/2e6b53c86ce0d76c88da7d7d8ad8f33a2fed4c37))
22
+
23
+
24
+ ### Changed
25
+
26
+ * **deps-dev:** bump the dev-dependencies group with 7 updates ([#214](https://github.com/funkadelic/claude-nomad/issues/214)) ([41c48d1](https://github.com/funkadelic/claude-nomad/commit/41c48d1e74ff02377046cdb8e7b165a762e1c242))
27
+
28
+
29
+ ### Documentation
30
+
31
+ * docs-site accuracy, theming, and fork-era terminology cleanup ([#219](https://github.com/funkadelic/claude-nomad/issues/219)) ([a50c9a4](https://github.com/funkadelic/claude-nomad/commit/a50c9a4c2e2c7df268eef25421c506d8f5da1681))
32
+
3
33
  ## [0.36.0](https://github.com/funkadelic/claude-nomad/compare/v0.35.0...v0.36.0) (2026-06-01)
4
34
 
5
35