Skip to content

Commit 1197f33

Browse files
committed
Release version 0.12.4
1 parent 4c537f8 commit 1197f33

File tree

4 files changed

+7
-16
lines changed

4 files changed

+7
-16
lines changed

bin/publish-ver.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
VERSION=$1
4-
REPO="cognesy/instructor-php" # Replace with your repo name
4+
REPO="cognesy/instructor-php"
55

66
if [ -z "$VERSION" ]; then
77
echo "Please provide version number"
@@ -23,7 +23,7 @@ echo "Creating release for version $VERSION..."
2323
echo "Using release notes from: $NOTES_FILE"
2424

2525
# 1. Update package versions
26-
./bin/sync-ver.sh "$VERSION"
26+
# ./bin/sync-ver.sh "$VERSION"
2727

2828
# 2. Commit changes
2929
git commit -am "Release version $VERSION"

bin/sync-ver.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ VERSION=${VERSION#v}
1515
declare -A REQUIRE_PACKAGES=(
1616
["src-utils"]="cognesy/utils"
1717
["src-addons"]="cognesy/instructor-php-addons"
18-
["src-llm"]="cognesy/llm"
18+
["src-polyglot"]="cognesy/polyglot-php"
1919
)
2020

2121
declare -A REQUIRE_DEV_PACKAGES=(
22-
["src-aux"]="cognesy/aux-tools"
22+
["src-aux"]="cognesy/aux"
2323
["src-experimental"]="cognesy/experimental"
2424
["src-hub"]="cognesy/instructor-php-hub"
2525
["src-setup"]="cognesy/instructor-php-setup"

composer.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,7 @@
8181
"toolkit/cli-utils": "^2.0",
8282
"twig/twig": "^3.0",
8383
"vimeo/psalm": "dev-master",
84-
"webuni/front-matter": "^2.0",
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"
84+
"webuni/front-matter": "^2.0"
9085
},
9186
"config": {
9287
"allow-plugins": {
@@ -116,11 +111,7 @@
116111
"symfony/type-info": "^7.1",
117112
"symfony/validator": "^6.4 || ^7.0",
118113
"symfony/yaml": "^7.1",
119-
"vlucas/phpdotenv": "^5.6",
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"
114+
"vlucas/phpdotenv": "^5.6"
124115
},
125116
"scripts": {
126117
"tests": "@php vendor/bin/pest",

src-aux/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cognesy/aux-tools",
2+
"name": "cognesy/aux",
33
"description": "Collection of auxiliary services and integrations",
44
"autoload": {
55
"psr-4": {

0 commit comments

Comments
 (0)