1
1
mirror of https://github.com/casey/just.git synced 2024-08-16 01:10:37 +03:00
Commit Graph

259 Commits

Author SHA1 Message Date
Casey Rodarmor
a9ac91b809
Bump MSRV to 1.74 (#2306) 2024-08-07 21:58:28 +00:00
Casey Rodarmor
0b669a2fc8
Remove logging (#2305) 2024-08-07 21:53:28 +00:00
Casey Rodarmor
504fb6d5c6
Release 1.34.0 (#2296)
- Bump version: 1.33.0 → 1.34.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
2024-08-02 20:53:25 +00:00
Casey Rodarmor
317a85d14c
Release 1.33.0 (#2286)
- Bump version: 1.32.0 → 1.33.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-31 02:00:02 +00:00
Casey Rodarmor
044b00a90a
Fix Rust 1.80.0 warnings (#2281) 2024-07-27 22:00:19 +00:00
Casey Rodarmor
14489c0376
Allow empty [script] attribute and add set script-interpreter (#2264) 2024-07-18 23:02:22 -07:00
Casey Rodarmor
56eaa93002
Release 1.32.0 (#2261)
- Bump version: 1.31.0 → 1.32.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-18 06:10:23 +00:00
Casey Rodarmor
023b126eb2
Release 1.31.0 (#2251)
- Bump version: 1.30.1 → 1.31.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-14 21:29:13 +00:00
Casey Rodarmor
5e9f46e855
Release 1.30.1 (#2232)
- Bump version: 1.30.0 → 1.30.1
- Update changelog
- Update changelog contributor credits
2024-07-07 04:24:32 +00:00
Casey Rodarmor
0c9b159aa4
Bump version to 1.30.0 (#2229) 2024-07-06 23:15:18 +00:00
Blair Noctis
71b72c4a53
Remove dependency on cradle (#2169) 2024-06-18 02:42:16 +00:00
Casey Rodarmor
5f91b37c82
Release 1.29.1 (#2159)
- Bump version: 1.29.0 → 1.29.1
- Update changelog
- Update changelog contributor credits
2024-06-14 12:44:52 -07:00
Casey Rodarmor
e6c37aacd1
Release 1.29.0 (#2155)
- Bump version: 1.28.0 → 1.29.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
- Fix zsh completion script
2024-06-14 02:57:12 +00:00
Casey Rodarmor
0de971942a
Allow printing nu completion script with just --completions nushell (#2140) 2024-06-08 21:56:21 +00:00
Casey Rodarmor
0eb2a0678c
Release 1.28.0 (#2131)
- Bump version: 1.27.0 → 1.28.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
2024-06-05 19:29:55 +00:00
Greg Shuflin
d14aae1c29
Print recipe command timestamps with --timestamps (#2084) 2024-05-29 03:31:55 +00:00
Casey Rodarmor
cf3141306e
Release 1.27.0 (#2089)
- Bump version: 1.26.0 → 1.27.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2024-05-25 09:37:51 +00:00
Casey Rodarmor
63ad7cc176
Use std::io::IsTerminal instead of atty crate (#2066) 2024-05-20 23:42:15 +00:00
Casey Rodarmor
b1c7491486
Add shell-expanded strings (#2055) 2024-05-19 05:41:38 +00:00
laniakea64
4961f49c38
Add encode_uri_component function (#2052) 2024-05-19 00:36:34 +00:00
laniakea64
7fa6ed8149
Add choose function for generating random strings (#2049) 2024-05-18 23:29:14 +00:00
Casey Rodarmor
6907847a77
Add predefined constants (#2054) 2024-05-18 23:12:11 +00:00
Casey Rodarmor
a9b0912b2b
Add --man subcommand (#2041) 2024-05-15 07:28:50 +00:00
Poliorcetics
caace0a115
Update clap to version 4 (#1924) 2024-05-14 20:29:40 -07:00
Casey Rodarmor
694ff2295e
Release 1.26.0 (#2031)
- Bump version: 1.25.2 → 1.26.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
2024-05-14 03:48:14 +00:00
Greg Shuflin
47fb323561
Update dependencies (#1999)
- Bump regex dependency version
- Remove unused yaml-rust dependency
- Bump heck dependency version
- Update dependencies
2024-05-09 06:02:01 +00:00
Casey Rodarmor
ffbe500d3f
Release 1.25.2 (#1952)
- Bump version: 1.25.1 → 1.25.2
- Update changelog
- Update changelog contributor credits
- Update man page
2024-03-10 23:54:39 +00:00
Casey Rodarmor
be5a9ab9f1
Unpin ctrlc (#1951) 2024-03-10 16:46:21 -07:00
Casey Rodarmor
b4f779e4fe
Update version to 1.25.1 (#1948) 2024-03-09 22:40:56 +00:00
Casey Rodarmor
9d6a251528
Pin ctrlc to version 3.1.1 (#1945) 2024-03-09 22:32:48 +00:00
Casey Rodarmor
628d085bf2
Release 1.25.0 (#1939)
- Bump version: 1.24.0 → 1.25.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2024-03-08 00:08:58 +00:00
George Shuklin
da4ceb4c7b
Set codegen-units to 1 reduce release binary size (#1920) 2024-02-21 19:39:03 +00:00
Trevor Gross
dc952f9c43
Add blake3 and blake3_file functions (#1860) 2024-02-11 20:56:04 +00:00
Casey Rodarmor
a2ff42e6c3
Release 1.24.0 (#1897)
- Bump version: 1.23.0 → 1.24.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2024-02-11 19:43:24 +00:00
Casey Rodarmor
639ed74c23
Release 1.23.0 (#1840)
- Bump version: 1.22.1 → 1.23.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2024-01-13 02:54:12 +00:00
Casey Rodarmor
87e368aa2d
Release 1.22.1 (#1826)
- Bump version: 1.22.0 → 1.22.1
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
2024-01-08 21:33:56 +00:00
Casey Rodarmor
f0d4b19557
Release 1.22.0 (#1810)
- Bump version: 1.21.0 → 1.22.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
2023-12-31 22:40:33 +00:00
Casey Rodarmor
f3b103a2e0
Release 1.21.0 (#1800)
- Bump version: 1.20.0 → 1.21.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
2023-12-29 21:50:11 +00:00
Casey Rodarmor
7c2e699923
Release 1.20.0 (#1793)
- Bump version: 1.19.0 → 1.20.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2023-12-29 02:17:59 +00:00
Casey Rodarmor
f039701f71
Expand tilde in import and module paths (#1792) 2023-12-29 02:08:02 +00:00
Casey Rodarmor
2846df7e27
Release 1.19.0 (#1784)
- Bump version: 1.18.1 → 1.19.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2023-12-28 04:32:06 +00:00
Casey Rodarmor
bc628215c0
Release 1.18.1 (#1780)
- Bump version: 1.18.0 → 1.18.1
- Update changelog
- Update changelog contributor credits
- Update man page
2023-12-24 17:19:08 +00:00
Casey Rodarmor
f47c175bc5
Release 1.18.0 (#1778)
- Bump version: 1.17.0 → 1.18.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
2023-12-24 08:35:08 -08:00
Casey Rodarmor
f7aa201200
Release 1.17.0 (#1770)
- Bump version: 1.16.0 → 1.17.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2023-12-20 02:33:33 +00:00
Casey Rodarmor
63c0234c96
Release 1.16.0 (#1720)
- Bump version: 1.15.0 → 1.16.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2023-11-08 21:43:26 +00:00
Victor Adossi ("vados")
64d7d07185
Add semver_matches function (#1713) 2023-10-27 20:07:46 +00:00
Casey Rodarmor
b31be27f2d
Release 1.15.0 (#1690)
- Bump version: 1.14.0 → 1.15.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
2023-10-09 07:09:31 +00:00
Matt Schulte
63ed00ff78
Add num_cpus() function (#1568) 2023-08-02 23:52:21 +00:00
Casey Rodarmor
8e3a2a0882
Release 1.14.0 (#1612)
- Bump version: 1.13.0 → 1.14.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
2023-06-02 15:03:41 -07:00
Li Ke
5f9ac39b03
Use just --show in default chooser (#1539) 2023-01-28 08:24:54 +00:00