turbos-margin-sdk 0.8.0-next.0 → 0.9.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- # [0.8.0-next.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.7.0...0.8.0-next.0) (2026-05-25)
3
+ # [0.9.0-next.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.8.0...0.9.0-next.0) (2026-05-25)
4
4
 
5
5
 
6
6
  ### Bug Fixes
@@ -15,6 +15,15 @@
15
15
 
16
16
 
17
17
 
18
+ # [0.8.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.7.0...0.8.0) (2026-05-13)
19
+
20
+
21
+ ### Features
22
+
23
+ * upgrade deepbook & deepbook-margin ([1bed8ed](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/1bed8ed5bdc80499b82791161764457543f68c89))
24
+
25
+
26
+
18
27
  # [0.7.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.6.0...0.7.0) (2026-02-12)
19
28
 
20
29
 
@@ -156,6 +165,13 @@
156
165
  * update generation script to conditionally export functions/structs and add `margin-constants` and `pool-proxy` entries ([e1bf767](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/e1bf7670ee5761c4eefa894691c30403277ecec8))
157
166
  * upgrade testnet contract ([759d7f6](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/759d7f62f231fc394493f732ec18eb9a7d18845e))
158
167
 
168
+ # [0.8.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.7.0...0.8.0) (2026-05-13)
169
+
170
+
171
+ ### Features
172
+
173
+ * upgrade deepbook & deepbook-margin ([1bed8ed](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/1bed8ed5bdc80499b82791161764457543f68c89))
174
+
159
175
  # [0.7.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.6.0...0.7.0) (2026-02-12)
160
176
 
161
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turbos-margin-sdk",
3
- "version": "0.8.0-next.0",
3
+ "version": "0.9.0-next.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",