Skip to content

Commit eb1251c

Browse files
committed
chore: release v0.4.5
1 parent 23d880b commit eb1251c

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- **Custom priority strategies**: User-configurable prioritization algorithms
1616
- **GPU acceleration**: CUDA-based JSON processing for ultra-high throughput
1717

18+
## [0.4.5] - 2025-12-05
19+
20+
### 🔧 CI/CD Improvements
21+
22+
- **Build Matrix**: Use explicit features per allocator instead of `--all-features`
23+
- `system`: all features except allocator-specific
24+
- `jemalloc`: all features + jemalloc
25+
- `mimalloc`: all features + mimalloc
26+
- **Faster CI**: Remove release build from regular CI (only in release workflow)
27+
- **Simplified Caching**: Remove sccache, use rust-cache only
28+
- **Code Quality**: Add `cargo +nightly fmt --all --check` to clippy workflow
29+
1830
## [0.4.4] - 2025-12-04
1931

2032
### 🔧 Improvements

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolver = "2"
77
[workspace.package]
88
homepage = "https://github.com/bug-ops/pjs"
99
documentation = "https://docs.rs/pjson-rs"
10-
version = "0.4.4"
10+
version = "0.4.5"
1111
authors = ["Andrei G. <[email protected]>"]
1212
readme = "README.md"
1313
edition = "2024"

0 commit comments

Comments
 (0)