-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
## 0.0.15 | ||
|
||
- Add short options: `-q` for `--query`, `-c` for `--collect` (@dotemacs) | ||
- Add tests for option parsing (@dotemacs) | ||
- The `-f` / `--func` option can now read from a file | ||
|
||
## 0.0.14 | ||
|
||
- Add short options: `-i` (input) for `--from`, `-o` (output) for `--to` | ||
- Add `--func` / `-f` option for executing function over input | ||
- Use `{:default tagged-literal}` as default data reader options when none is provided | ||
- Upgrade GraalVM to 21.0.0 | ||
- Upgrade sci to 0.2.4 |