lex-llm-mlx 0.3.13 → 0.3.14

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5490746e9c970066d163970177812051c9793d6f25f036c94139b63d01b81e4b
4
- data.tar.gz: b766dee30291fb2b73cdefc7807f07519776a3c3ba16e87b43c4ef0f0f9efc81
3
+ metadata.gz: 9a5f07677e062b3ceae93a12bab74008e5e35db5a09b46b9320cfbc31a8af69d
4
+ data.tar.gz: 0f6a18d0bf42ab8cf68badcbd2df4f99c79010628a490f795492a4a3c598d178
5
5
  SHA512:
6
- metadata.gz: 51dea6c8da8a5e79e54da1281bbcf396bc00b6ada942f1c439fa1bb5556a590f1e839d367f54660731a9eda493c383f03fd88de9feeb5c50f8e9bc57e4f9977c
7
- data.tar.gz: 4a228ecb85b060a8eab56ddf1e99f089c9e061ffa106f40fdde158d215a50bd7729f80f44bf221e958c496566ece3913663ee015c31d3ec52ffc275de7bb164d
6
+ metadata.gz: 8927c48ba63e30e983815492651b406b29a54eaf1be1c590827cef602f643e24d7560bb9dbc904a59bcfa0e7181a8e82c397b0a956f266fea1a84b0af160b808
7
+ data.tar.gz: e6b5cf2b773446df1643da169106b68e8e71b69df77379c24e498b69a710472ccf51180fc147fcccec49a7d71cb787df783072a1e08664aa0dc23d412308ed69
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.14] - 2026-08-04
4
+
5
+ ### Changed
6
+ - Prepare the MLX provider standardization baseline for a patch release.
7
+
3
8
  ## [0.3.13] - 2026-06-20
4
9
 
5
10
  ### Changed
@@ -4,7 +4,7 @@ module Legion
4
4
  module Extensions
5
5
  module Llm
6
6
  module Mlx
7
- VERSION = '0.3.13'
7
+ VERSION = '0.3.14'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lex-llm-mlx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.13
4
+ version: 0.3.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - LegionIO