Skip to content

Commit 4c537f8

Browse files
committed
Release version 0.12.3
1 parent ba397c6 commit 4c537f8

File tree

8 files changed

+16
-15
lines changed

8 files changed

+16
-15
lines changed

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
"twig/twig": "^3.0",
8383
"vimeo/psalm": "dev-master",
8484
"webuni/front-matter": "^2.0",
85-
"cognesy/aux-tools": "^0.12.2",
86-
"cognesy/tell": "^0.12.2",
87-
"cognesy/instructor-php-hub": "^0.12.2",
88-
"cognesy/instructor-php-setup": "^0.12.2",
89-
"cognesy/experimental": "^0.12.2"
85+
"cognesy/aux-tools": "^0.12.3",
86+
"cognesy/tell": "^0.12.3",
87+
"cognesy/instructor-php-hub": "^0.12.3",
88+
"cognesy/instructor-php-setup": "^0.12.3",
89+
"cognesy/experimental": "^0.12.3"
9090
},
9191
"config": {
9292
"allow-plugins": {
@@ -117,9 +117,10 @@
117117
"symfony/validator": "^6.4 || ^7.0",
118118
"symfony/yaml": "^7.1",
119119
"vlucas/phpdotenv": "^5.6",
120-
"cognesy/llm": "^0.12.2",
121-
"cognesy/utils": "^0.12.2",
122-
"cognesy/instructor-php-addons": "^0.12.2"
120+
"cognesy/polyglot-php": "^0.12.2",
121+
"cognesy/utils": "^0.12.3",
122+
"cognesy/instructor-php-addons": "^0.12.3",
123+
"cognesy/llm": "^0.12.3"
123124
},
124125
"scripts": {
125126
"tests": "@php vendor/bin/pest",

src-addons/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"Cognesy\\Addons\\": "/"
77
}
88
},
9-
"version": "0.12.2"
9+
"version": "0.12.3"
1010
}

src-aux/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"Cognesy\\LLM\\": "/"
77
}
88
},
9-
"version": "0.12.2"
9+
"version": "0.12.3"
1010
}

src-experimental/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"Cognesy\\Experimental\\": "/"
77
}
88
},
9-
"version": "0.12.2"
9+
"version": "0.12.3"
1010
}

src-hub/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"Cognesy\\InstructorHub\\": "/"
77
}
88
},
9-
"version": "0.12.2"
9+
"version": "0.12.3"
1010
}

src-setup/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"Cognesy\\Setup\\": "/"
77
}
88
},
9-
"version": "0.12.2"
9+
"version": "0.12.3"
1010
}

src-tell/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"Cognesy\\Tell\\": "/"
77
}
88
},
9-
"version": "0.12.2"
9+
"version": "0.12.3"
1010
}

src-utils/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"Cognesy\\Utils\\": "/"
77
}
88
},
9-
"version": "0.12.2"
9+
"version": "0.12.3"
1010
}

0 commit comments

Comments
 (0)