Skip to content

Commit 1eb6dbf

Browse files
authored
v0.11.0 (#50)
1 parent 561e8ea commit 1eb6dbf

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Fixes
1212

1313
### Breaking
14+
15+
## [0.11.0] - 2024-10-23
16+
17+
### Features
18+
19+
- program: update to drift v2.97.0
20+
21+
### Fixes
22+
23+
### Breaking

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/jit-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jit-proxy"
3-
version = "0.10.2"
3+
version = "0.11.0"
44
description = "Created with Anchor"
55
edition = "2021"
66

ts/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drift-labs/jit-proxy",
3-
"version": "0.10.618",
3+
"version": "0.11.0",
44
"scripts": {
55
"clean": "rm -rf lib",
66
"build": "yarn clean && tsc"

0 commit comments

Comments
 (0)