Skip to content

Commit

Permalink
chore(main): release gensx-openai 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoseley committed Feb 28, 2025
1 parent b99e032 commit 7d0b9d8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/gensx": "0.2.14",
"packages/gensx-openai": "0.1.8",
"packages/gensx-openai": "0.1.9",
"packages/create-gensx": "0.1.9",
"packages/gensx-cli": "0.1.3",
"packages/gensx-vercel-ai-sdk": "0.1.1",
Expand Down
21 changes: 21 additions & 0 deletions packages/gensx-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.1.9](https://github.com/gensx-inc/gensx/compare/gensx-openai-v0.1.8...gensx-openai-v0.1.9) (2025-02-28)


### ✨ New Features

* adding @gensx/anthropic ([#347](https://github.com/gensx-inc/gensx/issues/347)) ([4c1457d](https://github.com/gensx-inc/gensx/commit/4c1457dbb7be98f4879dd528bc65d953fe931c70))
* Don't minify packages ([#371](https://github.com/gensx-inc/gensx/issues/371)) ([2761ab8](https://github.com/gensx-inc/gensx/commit/2761ab862319858bd0447c2d006903f91d9a9b79))
* improving the checkpoint output for tools and structured outputs ([#372](https://github.com/gensx-inc/gensx/issues/372)) ([b99e032](https://github.com/gensx-inc/gensx/commit/b99e03229c5aaf2f7388f33ae20b93eafa2379b9))


### 📚 Documentation

* adding the self-modifying-code example ([#357](https://github.com/gensx-inc/gensx/issues/357)) ([a2b5b27](https://github.com/gensx-inc/gensx/commit/a2b5b27359ef12150d60e0bdc3536aeea9396b07))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* gensx bumped to 0.2.15

## [0.1.8](https://github.com/gensx-inc/gensx/compare/gensx-openai-v0.1.7...gensx-openai-v0.1.8) (2025-02-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/gensx-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gensx/openai",
"version": "0.1.8",
"version": "0.1.9",
"description": "OpenAI integration for GenSX",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 7d0b9d8

Please sign in to comment.