Skip to content

Commit

Permalink
Bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Mar 1, 2023
1 parent ca58237 commit ffbca4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 0.5.0 (2023-02-28)

- Add `--debug` option to print debug information. ([@palkan][])

- Fix URL normalization (do not downcase, 'cause it can break query parameters). ([@palkan][])
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ It's a standalone binary which can be used:

## Installation

Currently only MacOS (x86\_64) and Linux (x86\_64) are supported.
Currently only MacOS (x86\_64 and ARM) and Linux (x86\_64) are supported.
**PRs are welcomed** for other platforms support.

### Precompiled binaries

See GitHub [releases](https://github.com/palkan/acli/releases).
See GitHub [releases](https://github.com/palkan/acli/releases). You can download the latest release by using cURL:

```sh
curl -L https://github.com/palkan/acli/releases/latest/download/acli-`uname -s`-`uname -m` > /usr/local/bin/acli
chmod +x /usr/local/bin/acli
```

You can also find edge (master) builds in [Actions](https://github.com/palkan/acli/actions).

Expand Down
2 changes: 1 addition & 1 deletion mrblib/acli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Acli
VERSION = "0.4.1"
VERSION = "0.5.0"
end

0 comments on commit ffbca4c

Please sign in to comment.