Skip to content

Commit e373078

Browse files
committed
Release version 1.0.0-RC7
1 parent 90b8510 commit e373078

File tree

34 files changed

+49
-31
lines changed

34 files changed

+49
-31
lines changed

docs-build/mint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
"group": "Release Notes",
245245
"pages": [
246246
"release-notes/versions",
247+
"release-notes/v1.0.0-RC7",
247248
"release-notes/v1.0.0-RC6",
248249
"release-notes/v1.0.0-rc5",
249250
"release-notes/v1.0.0-rc4",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (composer/packagist) Corrected minimum-stability value to "RC" (case sensitive).

docs/release-notes/v1.0.0-RC7.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (composer/packagist) Corrected minimum-stability value to "RC" (case sensitive).

packages/addons/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognesy/instructor-addons",
3-
"version": "1.0.0-RC6",
3+
"version": "1.0.0-RC7",
44
"description": "Optional addons for Instructor library, should be used with Instructor or Polyglot",
55
"license": "MIT",
66
"homepage": "https://instructorphp.com",
@@ -62,6 +62,6 @@
6262
},
6363
"sort-packages": true
6464
},
65-
"minimum-stability": "rc",
65+
"minimum-stability": "RC",
6666
"prefer-stable": true
6767
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (composer/packagist) Corrected minimum-stability value to "RC" (case sensitive).

packages/auxiliary/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognesy/instructor-auxiliary",
3-
"version": "1.0.0-RC6",
3+
"version": "1.0.0-RC7",
44
"description": "Collection of auxiliary services and integrations",
55
"license": "MIT",
66
"homepage": "https://instructorphp.com",
@@ -55,6 +55,6 @@
5555
},
5656
"sort-packages": true
5757
},
58-
"minimum-stability": "rc",
58+
"minimum-stability": "RC",
5959
"prefer-stable": true
6060
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (composer/packagist) Corrected minimum-stability value to "RC" (case sensitive).

packages/config/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognesy/instructor-config",
3-
"version": "1.0.0-RC6",
3+
"version": "1.0.0-RC7",
44
"description": "Configuration functionality for Instructor PHP library",
55
"license": "MIT",
66
"homepage": "https://instructorphp.com",
@@ -48,6 +48,6 @@
4848
},
4949
"sort-packages": true
5050
},
51-
"minimum-stability": "rc",
51+
"minimum-stability": "RC",
5252
"prefer-stable": true
5353
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (composer/packagist) Corrected minimum-stability value to "RC" (case sensitive).

packages/evals/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognesy/instructor-evals",
3-
"version": "1.0.0-RC6",
3+
"version": "1.0.0-RC7",
44
"description": "LLM evaluation tools for Instructor library",
55
"license": "MIT",
66
"homepage": "https://instructorphp.com",
@@ -52,6 +52,6 @@
5252
},
5353
"sort-packages": true
5454
},
55-
"minimum-stability": "rc",
55+
"minimum-stability": "RC",
5656
"prefer-stable": true
5757
}

0 commit comments

Comments
 (0)