Skip to content

Commit e3d040f

Browse files
committed
v0.18.0
1 parent ebab66f commit e3d040f

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
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.18.0] - 2025-07-28
16+
17+
### Features
18+
1119
- program update drift-version to v2.129.0[#69](https://github.com/drift-labs/jit-proxy/pull/69)
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.17.0"
3+
version = "0.18.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.17.117",
3+
"version": "0.18.0",
44
"scripts": {
55
"clean": "rm -rf lib",
66
"build": "yarn clean && tsc"

ts/sdk/src/types/jit_proxy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type JitProxy = {
2-
version: '0.17.0';
2+
version: '0.18.0';
33
name: 'jit_proxy';
44
instructions: [
55
{
@@ -382,7 +382,7 @@ export type JitProxy = {
382382
};
383383

384384
export const IDL: JitProxy = {
385-
version: '0.17.0',
385+
version: '0.18.0',
386386
name: 'jit_proxy',
387387
instructions: [
388388
{

0 commit comments

Comments
 (0)