Skip to content

Commit 875ccf6

Browse files
committed
0.4.16
1 parent 6f74734 commit 875ccf6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# v0.4.16 (unreleased)
1+
# v0.4.16
22
- feat: enhance `arkiver list` command, see `arkiver list --help`
33
- feat: added 3 new commands to the CLI:
44
- `arkiver keygen` to generate a new API key
55
- `arkiver keyrm` to remove an API key
66
- `arkiver keyls` to list all API keys
7+
- feat: adjusted `arkiver init` command
8+
- feat: Add --gql-only option to arkiver start command to start only the graphQL server
9+
- feat: Change EventHandler and BlockHandler return type to be Promise<void> | void
710
- fix: bug where deploying while logged out causes issues when trying to login again in the same command
811

912
# v0.4.15

cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
} from './cli/mod.ts'
1818
import 'https://deno.land/std@0.179.0/dotenv/load.ts'
1919

20-
export const version = 'v0.4.15'
20+
export const version = 'v0.4.16'
2121

2222
const command = new Command()
2323
.name('arkiver')

0 commit comments

Comments
 (0)