Skip to content

Commit 4ae8f3a

Browse files
committed
v2.103.0
1 parent a93188a commit 4ae8f3a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Features
1010

11+
### Fixes
12+
13+
### Breaking
14+
15+
## [0.12.0] - 2024-12-06
16+
17+
### Features
18+
1119
- program: update to drift v2.103.0
1220

1321
### Fixes

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.11.0"
3+
version = "0.12.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.11.75",
3+
"version": "0.12.0",
44
"scripts": {
55
"clean": "rm -rf lib",
66
"build": "yarn clean && tsc"

0 commit comments

Comments
 (0)