Skip to content

Commit 753a6f5

Browse files
committed
Release version 0.16.1
1 parent 641c15b commit 753a6f5

File tree

29 files changed

+40
-14
lines changed

29 files changed

+40
-14
lines changed

bin/publish-ver.sh

100644100755
File mode changed.

bin/sync-ver.sh

100644100755
File mode changed.

composer.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,12 @@
9797
"toolkit/cli-utils": "^2.0",
9898
"twig/twig": "^3.0",
9999
"vimeo/psalm": "^6.0",
100-
"webuni/front-matter": "^2.0"
100+
"webuni/front-matter": "^2.0",
101+
"cognesy/instructor-auxiliary": "^0.16",
102+
"cognesy/instructor-hub": "^0.16",
103+
"cognesy/instructor-tell": "^0.16",
104+
"cognesy/instructor-experimental": "^0.16",
105+
"cognesy/instructor-evals": "^0.16"
101106
},
102107
"config": {
103108
"allow-plugins": {
@@ -125,7 +130,14 @@
125130
"symfony/type-info": "^6.4|^7.1",
126131
"symfony/validator": "^6.4|^7.0",
127132
"symfony/var-dumper": "^5.4|^6.0|^7.0",
128-
"vlucas/phpdotenv": "^5.6"
133+
"vlucas/phpdotenv": "^5.6",
134+
"cognesy/instructor-templates": "^0.16",
135+
"cognesy/instructor-http-client": "^0.16",
136+
"cognesy/instructor-addons": "^0.16",
137+
"cognesy/instructor-utils": "^0.16",
138+
"cognesy/instructor-struct": "^0.16",
139+
"cognesy/instructor-setup": "^0.16",
140+
"cognesy/instructor-polyglot": "^0.16"
129141
},
130142
"scripts": {
131143
"tests": "@php ./vendor/bin/pest",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixing release publishing workflow

docs/release-notes/v0.16.1.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixing release publishing workflow

packages/addons/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognesy/instructor-addons",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Optional addons for Instructor library, should be used with Instructor or Polyglot",
55
"license": "MIT",
66
"homepage": "https://instructorphp.com",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixing release publishing workflow

packages/auxiliary/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognesy/instructor-auxiliary",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Collection of auxiliary services and integrations",
55
"license": "MIT",
66
"homepage": "https://instructorphp.com",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixing release publishing workflow

packages/evals/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognesy/instructor-evals",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "LLM evaluation tools for Instructor library",
55
"license": "MIT",
66
"homepage": "https://instructorphp.com",

0 commit comments

Comments
 (0)