Skip to content

Commit f167659

Browse files
committed
Update release notes for WASM builds and bump version to 0.9.38
1 parent e1972c4 commit f167659

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ jobs:
320320
- uses: softprops/action-gh-release@v2.2.1
321321
if: steps.tag.outputs.version != ''
322322
with:
323+
body: |
324+
# WASM Releases
325+
**WASM repository**: [sqlite-wasm](https://github.com/sqliteai/sqlite-wasm)
326+
**WASM package** is available on npm: [@sqliteai/sqlite-wasm](https://www.npmjs.com/package/@sqliteai/sqlite-wasm)
323327
generate_release_notes: true
324328
tag_name: ${{ steps.tag.outputs.version }}
325329
files: vector-*-${{ steps.tag.outputs.version }}.*

src/sqlite-vector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
extern "C" {
2525
#endif
2626

27-
#define SQLITE_VECTOR_VERSION "0.9.37"
27+
#define SQLITE_VECTOR_VERSION "0.9.38"
2828

2929
SQLITE_VECTOR_API int sqlite3_vector_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
3030

0 commit comments

Comments
 (0)