inquirex-llm 0.6.0 → 0.8.0

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: 00b1d649377bb6ff1281a8fd3af730995b86531e44c930cb3c9a267b73e5efe0
4
- data.tar.gz: '0478c2970b4d501ee3b9b2ed4dcdd2d620fbc99c522ac863e3ac772a4f75dce6'
3
+ metadata.gz: e08a0d70d91af1bc1cd099d6b1cc32398e3e83e20a49245fcead8e7dfd7b809b
4
+ data.tar.gz: 91e2e04cd12c5a75978d91c77b06d0f6b3ba0c4827d2a0eea7401151e6ba4eb0
5
5
  SHA512:
6
- metadata.gz: a89a5e3ec65fab4be526a2d8bc730c8bb89bfe9b7945ef900fb987546765c29600219e1959dfb9011a43916658feb56f1f5b70625d3645a26aa75bbbe290ebdb
7
- data.tar.gz: b9c05000c0b31721f3c00d425b0e525ef309540335d08c10c5c69ba2a6089fab2bc2d10ce53da141f62f1735a631c993b798ed8a7353c50cfb225b4635d59697
6
+ metadata.gz: 90e8b76887633ecd3841a01e2e2de0b59ed178e4458191d1bc2ebeb96928c9f8c8bc9c36da6eb3dddc9e2a59081f41eca94d050166330f5264d96c20a18819e7
7
+ data.tar.gz: 4abdf58f828cbbe125cd8f00297cacc0d04a9ebd46f07b5f2c22f4e9c8fb26d98a29f85a48531dd3f73f0c0c3fe08341e862d2059deb6475062027768d87474f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
- ## [Unreleased]
1
+ # Changelog
2
2
 
3
- ## [0.1.0] - 2026-04-13
3
+ ## [v0.6.0](https://github.com/inquirex/inquirex-llm/tree/v0.6.0) (2026-07-20)
4
4
 
5
- - Initial release
5
+ [Full Changelog](https://github.com/inquirex/inquirex-llm/compare/v0.5.0...v0.6.0)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Resolve extract schemas from question references [\#2](https://github.com/inquirex/inquirex-llm/pull/2) ([kigster](https://github.com/kigster))
10
+
11
+ ## [v0.5.0](https://github.com/inquirex/inquirex-llm/tree/v0.5.0) (2026-07-16)
12
+
13
+ [Full Changelog](https://github.com/inquirex/inquirex-llm/compare/v0.4.1...v0.5.0)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Reduce LLM verbs to `extract` and release v0.5.0 [\#1](https://github.com/inquirex/inquirex-llm/pull/1) ([kigster](https://github.com/kigster))
18
+
19
+ ## [v0.4.1](https://github.com/inquirex/inquirex-llm/tree/v0.4.1) (2026-07-13)
20
+
21
+ [Full Changelog](https://github.com/inquirex/inquirex-llm/compare/v0.3.0...v0.4.1)
22
+
23
+ ## [v0.3.0](https://github.com/inquirex/inquirex-llm/tree/v0.3.0) (2026-04-15)
24
+
25
+ [Full Changelog](https://github.com/inquirex/inquirex-llm/compare/v0.1.0...v0.3.0)
26
+
27
+ ## [v0.1.0](https://github.com/inquirex/inquirex-llm/tree/v0.1.0) (2026-04-14)
28
+
29
+ [Full Changelog](https://github.com/inquirex/inquirex-llm/compare/809890f89aa8230b34674820debf7a68ced283e5...v0.1.0)
30
+
31
+
32
+
33
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Inquirex
4
4
  module LLM
5
- VERSION = "0.6.0"
5
+ VERSION = "0.8.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inquirex-llm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Gredeskoul
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 4.0.16
76
+ rubygems_version: 4.0.17
77
77
  specification_version: 4
78
78
  summary: LLM integration verbs for the Inquirex questionnaire engine
79
79
  test_files: []