Skip to content

Commit 63c2354

Browse files
committed
Prepare for 0.3.3 release
1 parent ccdb518 commit 63c2354

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release_playground.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
- name: Build WASM binary
3434
run: |
3535
cd celq-repo
36-
cargo build \
36+
RUSTC_BOOTSTRAP=1 RUSTFLAGS="-Z unstable-options -C panic=immediate-abort" cargo build \
3737
--no-default-features \
3838
--features "from-toml,from-yaml,greppable,from-xml" \
3939
--release \
40+
-Z build-std=std,panic_abort \
4041
--target wasm32-wasip1
4142
4243
echo "✅ WASM build completed"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@ Changelog
22
=========
33

44
[v0.3.3](https://github.com/IvanIsCoding/celq/releases/tag/v0.3.1) - 2026-02-05
5+
------------------------------------------------------------------------
6+
57

68
### Added
79

810
* Added XML support via the `--from-xml` flag.
911

1012
[v0.3.2](https://github.com/IvanIsCoding/celq/releases/tag/v0.3.2) - 2026-01-31
13+
------------------------------------------------------------------------
14+
1115

1216
### Miscellaneous
1317

1418
* Downgraded the MSRV to Rust 1.90
1519

1620
[v0.3.1](https://github.com/IvanIsCoding/celq/releases/tag/v0.3.1) - 2026-01-27
21+
------------------------------------------------------------------------
22+
1723

1824
### Added
1925

0 commit comments

Comments
 (0)