Skip to content

Commit fc7ab43

Browse files
committed
Release version 0.14.5
1 parent 978d7a1 commit fc7ab43

File tree

26 files changed

+29
-19
lines changed

26 files changed

+29
-19
lines changed

docs-build/http/2-getting-started.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ You can install it separately via Composer:
1313
composer require cognesy/instructor-http-client
1414
```
1515

16-
> NOTE: Currently Instructor HTTP client API is only available as a part of InstructorPHP package.
17-
> In the future it will be available as a standalone package.
18-
19-
2016
### Dependencies
2117

2218
The Instructor HTTP client API requires at least one of the supported HTTP client libraries. Depending on which client you want to use, you'll need to install the corresponding package:

docs-build/mint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
{
137137
"group": "Release Notes",
138138
"pages": [
139+
"release-notes/v0.14.4",
139140
"release-notes/v0.14.3",
140141
"release-notes/v0.14.2",
141142
"release-notes/v0.14.1",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- (docs) Package specific docs moved to subpackage docs/ directories
2+
- (docs) Modified Mintlify group naming to avoid conflicts
3+
- (docs) Modified docs building process to use subpackage docs
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (all) Added missing license information to composer.json files

docs/release-notes/v0.14.5.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (all) Added missing license information to composer.json files

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.14.4",
3+
"version": "0.14.5",
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+
- (all) Added missing license information to composer.json files

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.14.4",
3+
"version": "0.14.5",
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+
- (all) Added missing license information to composer.json files

packages/experimental/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-experimental",
3-
"version": "0.14.4",
3+
"version": "0.14.5",
44
"description": "Experimental code used by Instructor and Polyglot libraries",
55
"license": "MIT",
66
"homepage": "https://instructorphp.com",

0 commit comments

Comments
 (0)