carson 2.14.0 → 2.14.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/RELEASE.md +7 -0
  3. data/VERSION +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3ffc3d262a100056bf88d5d6ecd8f08b1698eab461451510f36e3213f1843f9
4
- data.tar.gz: 4afaf01a5a27919d8e14de1d1685ae8c1af58e9aee93cfdc2ce8a01fe8acf4a8
3
+ metadata.gz: ce8a2ea7975761b31c6b5426d502a55dc106d375b4bd9f57c2d680674bf4e615
4
+ data.tar.gz: 0762d2fe10827f145729fe397e2f483bf22b2973279cbf3cf5b518658c75654c
5
5
  SHA512:
6
- metadata.gz: 204a4d7f91d94d687b2bc083fee2a988663670195f6835f8717d13607668295f6ce4e2e6bd278599e700208da60fbcdda8809fba298206ea5fc5909accc61dda
7
- data.tar.gz: '09cfed5c094db7d7b24b4eb17673bcb226efa21b3615145eac4c6acc396b3ea1b95efcd4e92e6c017274474c5ebe8cd0c9e851af57389e96ea734bd8e72a5db0'
6
+ metadata.gz: 9fd16b82c3766655488285b27bc93886b04cd1b6fe62de40c272ba61b44e6e017f2f5322ba2718246b31f7fdb82e3586903e8b2efd99df2ec0be96a4a616e32d
7
+ data.tar.gz: c3520519edd34d95326d8fb33b6ff5d2cf582c57fab1626d1f71107b5049f978d101436983f4684e9cebb391d0df393d3d9e23cd7e6961869766b0dabea75952
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.0
1
+ 2.14.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carson
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.14.0
4
+ version: 2.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hailei Wang