We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8413ad2 commit c1a94c3Copy full SHA for c1a94c3
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.6.0
4
+
5
+### Features
6
7
+- Add `--dry-run` flag to all transacting commands (#11)
8
+- Add `--slippage` param to `spot swap` (#5)
9
10
## v0.5.0
11
12
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@jup-ag/cli",
- "version": "0.5.0",
+ "version": "0.6.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
0 commit comments