carson 2.14.0 → 2.14.1
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.
- checksums.yaml +4 -4
- data/RELEASE.md +7 -0
- data/VERSION +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dad32a3bc4067fc3833f9ff468633f6167862dfbeadd229e085998a54887fba6
|
|
4
|
+
data.tar.gz: e3653cbe7da475a2f8a9439493481a91fb2737978a1206a5caa964019d3d9e80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1b3d0488e5410c1319c16c3e5c90577fc9d63307546c2a5c530f6d4af4898ce80f8b17978a7e50d17a6c16c17fdf3acedb35f27920127ef0c24086c0ca9b300
|
|
7
|
+
data.tar.gz: 3c37e91e582c39553732ed7f9ec002f72619f3b36213c9e77e87234636d68b62c141fd0b778c2e1b48e2f3d35555193cbfcd7d58b81761d2181113213761d08f
|
data/RELEASE.md
CHANGED
|
@@ -5,6 +5,13 @@ Release-note scope rule:
|
|
|
5
5
|
- `RELEASE.md` records only version deltas, breaking changes, and migration actions.
|
|
6
6
|
- Operational usage guides live in `MANUAL.md` and `API.md`.
|
|
7
7
|
|
|
8
|
+
## 2.14.1 — Auto-Refresh on Install
|
|
9
|
+
|
|
10
|
+
### What changed
|
|
11
|
+
|
|
12
|
+
- `install.sh` now runs `carson refresh --all` automatically after linking the executable. Template changes (including superseded-file removal) are propagated to all governed repos the moment Carson is upgraded — no manual intervention required.
|
|
13
|
+
- If any repo reports issues, a warning is printed; the install itself does not fail.
|
|
14
|
+
|
|
8
15
|
## 2.14.0 — Superseded File Cleanup on Template Apply
|
|
9
16
|
|
|
10
17
|
### What changed
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.14.
|
|
1
|
+
2.14.1
|