Skip to content

Commit

Permalink
chore(main): release gensx 0.2.6 (#192)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.2.6](gensx-v0.2.5...gensx-v0.2.6)
(2025-01-28)


### ✨ New Features

* Add secrets masking
([#182](#182))
([17826a7](17826a7))
* adding deep research example
([#110](#110))
([d7c33f2](d7c33f2))
* adding support for generic arrays in gsx.array
([#173](#173))
([3d8795a](3d8795a))


### 📚 Documentation

* add discord links and update github links
([#179](#179))
([a919345](a919345))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
Jeremy Moseley authored Jan 28, 2025
1 parent f68a132 commit 1fce757
Show file tree
Hide file tree
Showing 3 changed files with 16 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,5 +1,5 @@
{
"packages/gensx": "0.2.5",
"packages/gensx": "0.2.6",
"packages/gensx-openai": "0.1.3",
"packages/create-gensx": "0.1.6"
}
14 changes: 14 additions & 0 deletions packages/gensx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.6](https://github.com/gensx-inc/gensx/compare/gensx-v0.2.5...gensx-v0.2.6) (2025-01-28)


### ✨ New Features

* Add secrets masking ([#182](https://github.com/gensx-inc/gensx/issues/182)) ([17826a7](https://github.com/gensx-inc/gensx/commit/17826a784eccb1641d05fe38a0ee7886a771e019))
* adding deep research example ([#110](https://github.com/gensx-inc/gensx/issues/110)) ([d7c33f2](https://github.com/gensx-inc/gensx/commit/d7c33f2bcad706777bd35a64823ae50b3c0cf914))
* adding support for generic arrays in gsx.array ([#173](https://github.com/gensx-inc/gensx/issues/173)) ([3d8795a](https://github.com/gensx-inc/gensx/commit/3d8795a451ca07b845a14a128d7625edbaa7372e))


### 📚 Documentation

* add discord links and update github links ([#179](https://github.com/gensx-inc/gensx/issues/179)) ([a919345](https://github.com/gensx-inc/gensx/commit/a9193453d49034e115152810292900d3caa3f084))

## [0.2.5](https://github.com/gensx-inc/gensx/compare/gensx-v0.2.4...gensx-v0.2.5) (2025-01-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/gensx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gensx",
"version": "0.2.5",
"version": "0.2.6",
"description": "Build AI workflows using JSX",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 1fce757

Please sign in to comment.