@link-assistant/hive-mind 0.42.0 → 0.42.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.
- package/CHANGELOG.md +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @link-assistant/hive-mind
|
|
2
2
|
|
|
3
|
+
## 0.42.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- acd70a9: Add Lean runtime preinstallation support via elan
|
|
8
|
+
|
|
9
|
+
- Install elan (Lean version manager) with stable toolchain in all deployment environments
|
|
10
|
+
- Add Lean/elan to PATH in Dockerfile, .gitpod.Dockerfile, coolify/Dockerfile
|
|
11
|
+
- Add installation verification for elan, lean, and lake commands
|
|
12
|
+
- Add CI checks to verify Lean installation in Docker builds
|
|
13
|
+
|
|
3
14
|
## 0.42.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
|
@@ -14,6 +25,10 @@
|
|
|
14
25
|
|
|
15
26
|
Fixes #737
|
|
16
27
|
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- d42d221: Add Perl runtime installation support via Perlbrew to Ubuntu 24 server installation script and Docker environment with CI verification
|
|
31
|
+
|
|
17
32
|
## 0.41.10
|
|
18
33
|
|
|
19
34
|
### Patch Changes
|