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.
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: dad32a3bc4067fc3833f9ff468633f6167862dfbeadd229e085998a54887fba6
4
+ data.tar.gz: e3653cbe7da475a2f8a9439493481a91fb2737978a1206a5caa964019d3d9e80
5
5
  SHA512:
6
- metadata.gz: 204a4d7f91d94d687b2bc083fee2a988663670195f6835f8717d13607668295f6ce4e2e6bd278599e700208da60fbcdda8809fba298206ea5fc5909accc61dda
7
- data.tar.gz: '09cfed5c094db7d7b24b4eb17673bcb226efa21b3615145eac4c6acc396b3ea1b95efcd4e92e6c017274474c5ebe8cd0c9e851af57389e96ea734bd8e72a5db0'
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.0
1
+ 2.14.1
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hailei Wang