diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-06-18 10:52:02 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-06-18 10:52:02 +0200 |
| commit | 6810dccde3534c4046cca0b775aae96ccac69172 (patch) | |
| tree | 0450b46b9cef4e99effb0e54d5f3a9c685b09022 /README.md | |
| parent | ff06b68dfd9beafc9b774c73cb23de2c802d87a1 (diff) | |
| download | brck-6810dccde3534c4046cca0b775aae96ccac69172.tar.gz | |
Document maintenance status
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -79,14 +79,25 @@ See the built-in help for all supported options: * Brck may fail to remove its temporary files, e.g., when the process gets killed. -## License +## Maintenance -This work is dual-licensed under [MIT](LICENSE-MIT) or [Apache License, Version 2.0](LICENSE-APACHE-2.0). +Brck is semi-actively maintained. +I intend to fix bugs, and keep it working. + +Releases adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), see the [changelog](CHANGELOG.md). + +The minimum supported Rust version (MSRV) is the latest stable release. + +The Nix flake is experimental. ## Contribution Contributions are welcome! Please [contact](https://www.skreutz.com/contact/) me via email. +## License + +This work is dual-licensed under [MIT](LICENSE-MIT) or [Apache License, Version 2.0](LICENSE-APACHE-2.0). + ## See also * Definition of *bit rot* in the [Jargon File](http://www.catb.org/jargon/html/B/bit-rot.html) ([archive](https://web.archive.org/web/20240312124910/http://www.catb.org/jargon/html/B/bit-rot.html)) |