Skip to content

Commit 7846ea7

Browse files
authored
v2.157.0 (#2112)
1 parent 8ffc08b commit 7846ea7

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

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

1010
### Features
1111

12+
### Fixes
13+
14+
### Breaking
15+
16+
## [2.157.0] - 2026-02-11
17+
### Features
18+
1219
- program: block amm fills when paused_operations set [#2108](https://github.com/drift-labs/protocol-v2/pull/2108)
1320
- program: remove same slot matching restriction [#2104](https://github.com/drift-labs/protocol-v2/pull/2104)
1421

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/drift/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drift"
3-
version = "2.156.0"
3+
version = "2.157.0"
44
description = "Created with Anchor"
55
edition = "2018"
66

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/sdk",
3-
"version": "2.157.0-beta.8",
3+
"version": "2.157.0",
44
"main": "lib/node/index.js",
55
"types": "lib/node/index.d.ts",
66
"module": "./lib/browser/index.js",

0 commit comments

Comments
 (0)