]>
code.octet-stream.net Git - hashgood/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Thomas Karpiniec [Sun, 30 Jun 2024 09:54:09 +0000 (19:54 +1000)]
Update deps and remove reliance on crossbeam
Thomas Karpiniec [Wed, 13 Mar 2024 04:42:02 +0000 (15:42 +1100)]
Suggest enabling paste feature when using cargo install
Thomas Karpiniec [Tue, 12 Mar 2024 19:22:58 +0000 (06:22 +1100)]
Expand Cargo.toml to prepare for publishing
Thomas Karpiniec [Thu, 6 Apr 2023 10:34:00 +0000 (20:34 +1000)]
Prepare for 0.4.0 release
Thomas Karpiniec [Thu, 6 Apr 2023 10:31:16 +0000 (20:31 +1000)]
Update deps
Thomas Karpiniec [Thu, 6 Apr 2023 10:26:34 +0000 (20:26 +1000)]
Exit with non-zero exit code if a verification fails
Fixes #2
Thomas Karpiniec [Tue, 9 Aug 2022 12:07:36 +0000 (22:07 +1000)]
Prepare 0.3.0 release
Thomas Karpiniec [Tue, 9 Aug 2022 12:02:30 +0000 (22:02 +1000)]
Upgrade to maintained hashing libs
Thomas Karpiniec [Tue, 9 Aug 2022 11:55:43 +0000 (21:55 +1000)]
Upgrade deps
Thomas Karpiniec [Wed, 15 Jun 2022 12:25:17 +0000 (22:25 +1000)]
Fix clippy lints in tests
Thomas Karpiniec [Wed, 15 Jun 2022 08:25:18 +0000 (18:25 +1000)]
Try putting quotes around features in build pipeline
Thomas Karpiniec [Wed, 15 Jun 2022 08:19:56 +0000 (18:19 +1000)]
Fix up non-test clippy lints
Thomas Karpiniec [Wed, 15 Jun 2022 08:16:01 +0000 (18:16 +1000)]
Update to Rust 2021 edition
Thomas Karpiniec [Tue, 14 Jun 2022 11:26:29 +0000 (21:26 +1000)]
Test on all OSes on push/PR
Thomas Karpiniec [Mon, 13 Jun 2022 07:28:31 +0000 (17:28 +1000)]
Remove unneeded PathBuf usage
Thomas Karpiniec [Sat, 11 Jun 2022 08:40:20 +0000 (18:40 +1000)]
Tighten up digests file parsing
Thomas Karpiniec [Fri, 10 Jun 2022 13:16:08 +0000 (23:16 +1000)]
Update clipboard dep with copypasta fork
Thomas Karpiniec [Fri, 10 Jun 2022 12:54:24 +0000 (22:54 +1000)]
Remove regexes, update deps, add digest test
Thomas Karpiniec [Fri, 25 Mar 2022 23:58:53 +0000 (10:58 +1100)]
Add link to downloadable releases to README
Thomas Karpiniec [Sat, 19 Feb 2022 23:26:38 +0000 (10:26 +1100)]
Fix format of release workflow yaml
Thomas Karpiniec [Sat, 19 Feb 2022 23:22:13 +0000 (10:22 +1100)]
Prepare 0.2.0 release with automation
Thomas Karpiniec [Sun, 28 Mar 2021 01:22:59 +0000 (12:22 +1100)]
Add unit test for raw input hash parsing
Thomas Karpiniec [Fri, 26 Mar 2021 23:06:46 +0000 (10:06 +1100)]
Upgrade dependencies to get termcolor which supports NO_COLOR
Thomas Karpiniec [Thu, 25 Mar 2021 11:34:42 +0000 (22:34 +1100)]
Give more friendly error messages if path is not a regular file
Thomas Karpiniec [Thu, 25 Mar 2021 11:34:08 +0000 (22:34 +1100)]
Apply more recent rustfmt rules
Thomas Karpiniec [Wed, 22 Jan 2020 09:03:28 +0000 (20:03 +1100)]
Use paste feature in CI
Use Windows to do the build since it doesn't require any special dependencies to build the paste code
Thomas Karpiniec [Wed, 22 Jan 2020 09:00:41 +0000 (20:00 +1100)]
Add basic Rust test github action
Thomas Karpiniec [Tue, 21 Jan 2020 07:04:34 +0000 (18:04 +1100)]
Update README with examples and documentation
Thomas Karpiniec [Tue, 21 Jan 2020 06:55:45 +0000 (17:55 +1100)]
Make clipboard functionality an optional feature
Thomas Karpiniec [Tue, 21 Jan 2020 05:54:30 +0000 (16:54 +1100)]
First import