Skip to content

Commit

Permalink
Program version bump, changelog, idl update
Browse files Browse the repository at this point in the history
  • Loading branch information
ckamm committed Feb 5, 2024
1 parent d12bcb2 commit 8965b0b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ Update this for each program release and mainnet deployment.

## not on mainnet

### v0.21.2, 2024-1-
### v0.21.3, 2024-2-

- Allow fast-listing of Openbook v1 markets (#839, #841)
- Remove deposit limit check on Openbook v1 when placing an order to sell
deposits (#869)

## mainnet

### v0.21.2, 2024-1-

- Allow fast-listing of Openbook v1 markets (#839, #841)

### v0.21.1, 2024-1-

- Prevent withdraw operations from bringing token utilization over 100%.
Expand Down
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 mango_v4.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.21.2",
"version": "0.21.3",
"name": "mango_v4",
"instructions": [
{
Expand Down
2 changes: 1 addition & 1 deletion programs/mango-v4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mango-v4"
version = "0.21.2"
version = "0.21.3"
description = "Created with Anchor"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions ts/client/src/mango_v4.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type MangoV4 = {
"version": "0.21.2",
"version": "0.21.3",
"name": "mango_v4",
"instructions": [
{
Expand Down Expand Up @@ -13529,7 +13529,7 @@ export type MangoV4 = {
};

export const IDL: MangoV4 = {
"version": "0.21.2",
"version": "0.21.3",
"name": "mango_v4",
"instructions": [
{
Expand Down

0 comments on commit 8965b0b

Please sign in to comment.