Skip to content

Commit

Permalink
Move recent development to main to release 0.2.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeerooth authored Dec 1, 2020
1 parent cdc3ca1 commit 5e49194
Show file tree
Hide file tree
Showing 13 changed files with 1,158 additions and 65 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
with:
fetch-depth: 1

- name: Build
run: cargo build --release --locked

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.2.0

#### Fixes
* Fixed handling of errors in main function
* Response will no longer have unnecessary '\n' appended at the end

#### Features
* Bearer auth available with --bearer (-B) command
* Specifying 'get' as method is no longer required - it is the default

#### Tests
* Added cli tests running the mock server, the command and checking the output


## 0.1.0

#### First, unstable release
Expand Down
Loading

0 comments on commit 5e49194

Please sign in to comment.