Skip to content

Commit 2669828

Browse files
committed
Prepare for 0.6.0 release
1 parent 7803119 commit 2669828

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ See the [installation guide](https://docs.rs/celq/latest/celq/installation_guide
152152
FreeBSD builds are tested with [freebsd-vm](https://github.com/vmactions/freebsd-vm) and cross-compiled with [Zig](https://github.com/rust-cross/cargo-zigbuild). Although `celq` is not yet in the ports tree, it does publish pre-built binaries:
153153

154154
```bash
155-
VERSION=v0.5.0
155+
VERSION=v0.6.0
156156
RELEASE_URL=https://github.com/IvanIsCoding/celq/releases/download/${VERSION}
157157
PLATFORM=x86_64 # or aarch64
158158

docs/installation_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://get-celq.github.io/install.sh | \
2222

2323
To pin a specific version, change the URL to include the version. For example:
2424
```bash
25-
curl --proto '=https' --tlsv1.2 -sSf https://get-celq.github.io/v0.5.0/install.sh | bash
25+
curl --proto '=https' --tlsv1.2 -sSf https://get-celq.github.io/v0.6.0/install.sh | bash
2626
```
2727

28-
Will always install the same version, 0.5.0.
28+
Will always install the same version, 0.6.0.
2929

3030
The `--target` option can be specified to avoid guessing the architecture. For example:
3131
```bash

0 commit comments

Comments
 (0)