lex-llm-vertex 0.2.15 → 0.2.16
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/CHANGELOG.md +5 -0
- data/lib/legion/extensions/llm/vertex/version.rb +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: 5dc50fcd00417bf2f06d8f85ddef2fca1b762c219fd79e7cedce1cad59b79812
|
|
4
|
+
data.tar.gz: 03b08c8c923dddc0e6819dab798b02cb86ad95356eda227639c89b3407df4214
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 489167b001ebe4217f56e35f6726f38114679e1375dd61b4f8036d4b85f6002b5842fb3f4440ca3c6c1694c14ddd3c0d622cdb9c72a425c75c9c3f7064834fa5
|
|
7
|
+
data.tar.gz: 4dbab95b2c2534f487bdd138d8fe0be42d5aed7733b5631e2f526149b5744cc8709aa4d9e6669411488523212420e1bc1a160dc15086f1290c9dd1b43adfe1ca
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.16] - 2026-08-04
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Advance patch-release metadata to keep the Vertex provider aligned with the coordinated Legion LLM provider release set. No runtime behavior changes are included.
|
|
7
|
+
|
|
3
8
|
## [0.2.15] - 2026-06-20
|
|
4
9
|
|
|
5
10
|
### Changed
|