Skip to content

Commit efdb14a

Browse files
release: 1.17.0
1 parent fb25704 commit efdb14a

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.16.0"
2+
".": "1.17.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.17.0 (2026-02-19)
4+
5+
Full Changelog: [v1.16.0...v1.17.0](https://github.com/turbopuffer/turbopuffer-typescript/compare/v1.16.0...v1.17.0)
6+
7+
### Features
8+
9+
* Add ranking-by-attribute to the spec. ([cd1c10f](https://github.com/turbopuffer/turbopuffer-typescript/commit/cd1c10f7d3446728c7cf1a8523f212a42da80a3f))
10+
311
## 1.16.0 (2026-02-08)
412

513
Full Changelog: [v1.15.2...v1.16.0](https://github.com/turbopuffer/turbopuffer-typescript/compare/v1.15.2...v1.16.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbopuffer/turbopuffer",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "The official TypeScript library for the Turbopuffer API",
55
"author": "Turbopuffer <info@turbopuffer.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbopuffer/turbopuffer-mcp",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "The official MCP Server for the Turbopuffer API",
55
"author": "Turbopuffer <info@turbopuffer.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const newMcpServer = () =>
2121
new McpServer(
2222
{
2323
name: 'turbopuffer_turbopuffer_api',
24-
version: '1.16.0',
24+
version: '1.17.0',
2525
},
2626
{
2727
capabilities: {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.16.0'; // x-release-please-version
1+
export const VERSION = '1.17.0'; // x-release-please-version

0 commit comments

Comments
 (0)