this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: set version to 0.4.0

+3 -3
+1 -1
CHANGELOG.md
··· 2 2 3 3 All notable changes to this project will be documented in this file. 4 4 5 - ## [0.3.1] - 2026-04-25 5 + ## [0.4.0] - 2026-04-25 6 6 7 7 ### Bug Fixes 8 8
+1 -1
Cargo.lock
··· 326 326 327 327 [[package]] 328 328 name = "cmprss" 329 - version = "0.3.1" 329 + version = "0.4.0" 330 330 dependencies = [ 331 331 "anyhow", 332 332 "assert_cmd",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cmprss" 3 - version = "0.3.1" 3 + version = "0.4.0" 4 4 edition = "2024" 5 5 rust-version = "1.88" 6 6 authors = ["Patrick Jackson <patrick@jackson.dev>"]