Skip to content

Commit 05f662f

Browse files
committed
v0.13.0
1 parent 3180ec3 commit 05f662f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,22 @@ 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.13.0] - 2025-02-11
16+
17+
### Features
18+
1119
- program/sdk: swift integration ([#52](https://github.com/drift-labs/jit-proxy/pull/52))
1220
- program: upgrade drift version for pyth lazer ([#53](https://github.com/drift-labs/jit-proxy/pull/53))
1321

1422
### Fixes
1523

1624
### Breaking
1725

26+
1827
## [0.12.0] - 2024-12-06
1928

2029
### Features

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/jit-proxy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jit-proxy"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "Created with Anchor"
55
edition = "2021"
66

ts/sdk/package.json

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

0 commit comments

Comments
 (0)