Commit Graph
22 Commits
Author SHA1 Message Date
Sylvestre LedruandDaniel Hofstetter 77bb522c0c prepare release 0.9.0 2026-05-28 10:31:37 +02:00
Aaryan DograandGitHub 980f269a79 fuzz: replace unsafe libc::dup by rustix::io::dup (#12148) 2026-05-07 12:59:53 +02:00
xtqqczzeandDaniel Hofstetter 4e68e67416 Remove authors from Cargo metadata (per RFC 3052) 2026-04-16 09:55:50 +02:00
cab7423a57 fuzz: bump rand from 0.9.0 to 0.10.1
Co-authored-by: xtqqczze <45661989+xtqqczze@users.noreply.github.com>
2026-04-12 13:29:12 +02:00
renovate[bot]andDaniel Hofstetter 433db867da fix(deps): update rust crate similar to v3 2026-04-02 07:59:27 +02:00
Sylvestre LedruandDaniel Hofstetter 2c82462c66 prepare release 0.8.0 2026-03-22 17:58:57 +01:00
Sylvestre LedruandGitHub 80ef0d7d71 Revert "Cargo.toml: Avoid huge diff generation at version bump (#11131)" (#11259)
This reverts commit 70ce572bcf.
2026-03-09 22:17:28 +01:00
70ce572bcf Cargo.toml: Avoid huge diff generation at version bump (#11131)
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2026-02-26 21:54:36 +01:00
Sylvestre LedruandGitHub dc3a9a5bca prepare release 0.7.0 (#11128) 2026-02-26 20:41:46 +01:00
xtqqczzeandDaniel Hofstetter 3d56517f7f Add rust-version field to all Cargo.toml files 2026-02-07 14:56:50 +01:00
Sylvestre Ledru f606980ddf prepare release 0.6.0 2026-01-17 23:28:04 +01:00
Sylvestre Ledru 61e0eae8fc prepare version 0.5.0 2025-12-07 16:55:01 +01:00
Sylvestre LedruandGitHub 3eedd3a947 prepare version 0.4.0 (#9205) 2025-11-09 22:48:04 +01:00
Sylvestre LedruandGitHub f253efefaa prepare version 0.3.0 (#8890)
* prepare version 0.3.0

* also update uu_stdbuf_libstdbuf

* also update fuzz
2025-10-12 13:31:16 +02:00
Sylvestre Ledru fa06ce7eca Prepare release 0.2.2 2025-09-09 18:33:50 +02:00
Sylvestre LedruandDaniel Hofstetter 59b94e181d prepare release 0.2.0
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-09-06 13:14:20 +02:00
Sylvestre Ledru 6c1ac1b059 fuzz: fix the Cargo.toml to publish uufuzz 2025-09-06 09:56:25 +02:00
Yuri Astrakhan 4fa9af4953 chore: cleanup unused dependencies 2025-07-02 19:47:23 -04:00
renovate[bot]andGitHub 53d259c13f fix(deps): update rust crate console to 0.16.0 2025-06-27 13:47:33 +00:00
Yuri AstrakhanandGitHub 60c55d7c07 chore: cleanup workspace crates (#8058)
* chore: cleanup workspace crates

* properly add all crates to the workspace cargo.toml as members
  * except `fuzz` because it still has some issues, TBD
* use quotes around `true` and `false` to ensure there is no bool confusion
* remove a few leftover readme comments
* mark all unpublishable crates as `publish = false` to avoid accidental publishing
* Add `uutests` to the main workspace

* grammar

* a bit more cleanup based on feedback

* revert true/false

* Update tests/benches/factor dependencies
2025-06-06 13:56:08 +02:00
Sylvestre Ledru 7d2644f3a8 move from version 0.0.30 => 0.1.0 2025-05-24 22:28:54 +02:00
Sylvestre LedruandGitHub eff2cd997e Create an uufuzz crate for common functions and use it (#7954)
* uufuzz: create a crate with the common functions

* uufuzz: move the fuzz-common functions

* uufuzz: polish the crate

* adjust the fuzzer to use uufuzz
2025-05-21 09:26:59 +02:00