Skip to content

Commit 6c0190c

Browse files
author
changests[bot]
committed
Publish Packages
1 parent 6d601bb commit 6c0190c

File tree

8 files changed

+16
-14
lines changed

8 files changed

+16
-14
lines changed

.changeset/rare-suits-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ready-ads-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

rust-sdk/tx-sender/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @orca-so/rust-tx-sender
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#944](https://github.com/orca-so/whirlpools/pull/944) [`6d601bb`](https://github.com/orca-so/whirlpools/commit/6d601bb4689e5c8e67086eb6e792d6c12e41fab1) Thanks [@jshiohaha](https://github.com/jshiohaha)! - Add instruction with max compute unit limit for simulation if none are provided
8+
39
## 2.0.0
410

511
### Major Changes

rust-sdk/tx-sender/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orca_tx_sender"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Solana Transaction Sender for building and sending transactions with priority fees"
55
include = ["src/*"]
66
documentation = "https://dev.orca.so/"

rust-sdk/tx-sender/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orca-so/rust-tx-sender",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"scripts": {
55
"build": "cargo build",
66
"test": "cargo test --lib",

rust-sdk/whirlpool/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @orca-so/whirlpools-rust
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#938](https://github.com/orca-so/whirlpools/pull/938) [`1a72924`](https://github.com/orca-so/whirlpools/commit/1a72924533b793203db780dbec5526dc58bcc1a7) Thanks [@boosik-sol](https://github.com/boosik-sol)! - Checking if sqrt price is less than MIN_SQRT_PRICE or greater than MAX_SQRT_PRICE in rust-sdk
8+
39
## 3.0.0
410

511
### Major Changes

rust-sdk/whirlpool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orca_whirlpools"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Orca's high-level rust sdk to interact with Orca's on-chain Whirlpool program."
55
include = ["src/*"]
66
documentation = "https://dev.orca.so/"

rust-sdk/whirlpool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orca-so/whirlpools-rust",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"scripts": {
55
"build": "cargo build",
66
"test": "cargo test --lib",

0 commit comments

Comments
 (0)