Skip to content

Commit

Permalink
v2.103.0
Browse files Browse the repository at this point in the history
crispheaney committed Dec 6, 2024
1 parent a93188a commit 4ae8f3a
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

### Fixes

### Breaking

## [0.12.0] - 2024-12-06

### Features

- program: update to drift v2.103.0

### Fixes
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion programs/jit-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jit-proxy"
version = "0.11.0"
version = "0.12.0"
description = "Created with Anchor"
edition = "2021"

2 changes: 1 addition & 1 deletion ts/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drift-labs/jit-proxy",
"version": "0.11.75",
"version": "0.12.0",
"scripts": {
"clean": "rm -rf lib",
"build": "yarn clean && tsc"

0 comments on commit 4ae8f3a

Please sign in to comment.