Skip to content

Commit 3b44268

Browse files
committed
Bump documentation for 0.4.0 release
1 parent 61f95e0 commit 3b44268

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
[v0.4.0](https://github.com/IvanIsCoding/celq/releases/tag/v0.3.4) - 2026-03-28
5+
------------------------------------------------------------------------
6+
7+
### Miscellaneous
8+
9+
* Bumped the CEL interpreter (`cel` -> 0.13.0). This could theoretically be a breaking change as the new version of the parser is more compliant with the CEL standard and could reject some existing queries. In practice, this is a quality-of-life improvement by rejecting buggy queries.
10+
* Bumped the YAML parser (`serde-saphyr` -> 0.0.22).
11+
412
[v0.3.4](https://github.com/IvanIsCoding/celq/releases/tag/v0.3.4) - 2026-03-07
513
------------------------------------------------------------------------
614

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 in [Cirrus CI](https://cirrus-ci.org/) 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.3.0
155+
VERSION=v0.4.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.3.0/install.sh | bash
25+
curl --proto '=https' --tlsv1.2 -sSf https://get-celq.github.io/v0.4.0/install.sh | bash
2626
```
2727

28-
Will always install the same version, 0.3.0.
28+
Will always install the same version, 0.4.0.
2929

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

0 commit comments

Comments
 (0)