Sun 19 Oct 2025 Yasha <yasuhiro.asaka@grauwoelfchen.net>
New version release (tag v0.4.0)
* Cargo.toml: version 0.4.0
Add async feature
https://codeberg.org/grauwoelfchen/fourche/pulls/1
* Export Queue and AsyncQueue at the crate level (eg. fourche::Queue)
* Update examples in README.md
* Add sync (default) and async feature
* Add async interface (AsyncQueue struct)
* Fix build on builds.sr.ht (link)
Mon 17 Mar 2025 Yasha <yasuhiro.asaka@grauwoelfchen.net>
New version release (tag v0.3.0)
* Cargo.toml: version 0.3.0
Add cargo-husky
* .cargo-husky/hooks/pre-commit: Run vet-all and test-all
Update copyright years
Add integration tests (with a lock by using Mutex)
* test/test.rs, test/queue.rs: Add simple enqueue/dequeue tests
Update redis to support v0.29.x
Tue 07 Mar 2023 Yasha <yasuhiro.asaka@grauwoelfchen.net>
Remove .build.yml for Rust nightly (focus only on stable)
Sun 23 May 2021 Yasha <yasuhiro.asaka@grauwoelfchen.net>
* Version 0.2.0
* Update redis >= 0.20.1
Fri 06 Sep 2019 Yasha <yasuhiro.asaka@grauwoelfchen.net>
* Version 0.1.1
* Fix sample in README.md
* Enable redis >= 0.11.0 (0.11.x too)
* Initial release as version 0.1.0
* Fix format (add .clippy.toml and .rustfmt.toml)
Wed 04 Sep 2019 Yasha <yasuhiro.asaka@grauwoelfchen.net>
* Version 0.0.2
* Update redis >= 0.12.0
Mon 24 Jun 2019 Yasha <yasuhiro.asaka@grauwoelfchen.net>
* Initial commit ;)