1
0
mirror of https://github.com/casey/just synced 2024-07-05 17:28:49 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
Casey Rodarmor
8d3d88fc13
Don't check in auto-generated completion scripts (#2120) 2024-06-01 23:26:41 +00:00
Greg Shuflin
77a6e02964
Add --timestamp-format (#2106) 2024-05-29 09:28:45 +00:00
Greg Shuflin
d14aae1c29
Print recipe command timestamps with --timestamps (#2084) 2024-05-29 03:31:55 +00:00
Casey Rodarmor
a9b0912b2b
Add --man subcommand (#2041) 2024-05-15 07:28:50 +00:00
Casey Rodarmor
b40e006fab
Fix AArch64 release build error (#1942) 2024-03-08 11:43:36 -08:00
Christian Clauss
77e7cfe763
Remove deprecated actions-rs/toolchain (#1874) 2024-01-25 15:24:31 -08:00
Christian Clauss
827e4e53d5
Replace deprecated set-output command in Github Actions workflows (#1869) 2024-01-24 15:37:26 -08:00
Casey Rodarmor
8fc91b298c
Include completion scripts in releases (#1837) 2024-01-11 19:14:36 -08:00
Máté FARKAS
b068badfa1
Add Nushell completion script (#1571) 2023-10-08 21:24:47 -07:00
Casey Rodarmor
a81b094441
Downgrade to TLS 1.2 in install script (#1536)
Revert "Update install script and readmes to use tls v1.3 (#1481)"

This reverts commit 9b6b0b7fac.
2023-01-27 02:49:03 +00:00
Casey Rodarmor
66993e874d
Release 1.10.0 (#1468)
- Bump version: 1.9.0 → 1.10.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
- Update update-contributors binary
2023-01-02 01:53:53 +00:00
Casey Rodarmor
157862d398
Merge imports (#1462) 2022-12-28 04:16:18 +00:00
Cameron Steffen
216df31543
Eliminate lazy_static (#1442) 2022-12-15 16:53:21 -08:00
Casey Rodarmor
e7b7897ae2
Placate clippy (#1423) 2022-11-23 00:36:23 +00:00
Casey Rodarmor
c834fb1e4e
Release 1.7.0 (#1386)
- Bump version: 1.6.0 → 1.7.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2022-10-27 06:02:27 +00:00
Casey Rodarmor
5e932c49fc
Credit contributors in changelog (#1385) 2022-10-27 05:48:39 +00:00
Casey Rodarmor
c115b3f317
Allow fewer lints (#1340) 2022-09-11 09:25:38 +00:00
Casey Rodarmor
c710d5a685
Fix book links (#1227) 2022-06-13 01:02:09 +00:00
Justin Ma
543264b2f0
Translate Chinese manual introduction and title (#1220) 2022-06-08 23:48:44 -05:00
Casey Rodarmor
97fde19a93
Build Chinese language user manual (#1219) 2022-06-08 20:04:06 -05:00
Casey Rodarmor
12fe9371f6
Generate book from readme (#1155) 2022-05-04 06:05:55 +00:00
Casey Rodarmor
9da8f41895
Upgrade Windows Actions runners to windows-latest (#1137) 2022-03-22 20:26:55 -07:00
Greg Lutostanski
4cb5c30290
Fixup broken release package script (#1100) 2022-02-14 21:54:39 -08:00
Casey Rodarmor
04d3ee3f50
Workflow tweaks (#1045) 2021-12-05 10:51:15 +00:00
Casey Rodarmor
c49d534a27
Refactor github actions (#1028) 2021-11-21 16:55:21 -08:00
Casey Rodarmor
a306a47898
Only pass +crt-static to cargo build (#997) 2021-10-14 02:54:58 +00:00
Casey Rodarmor
6157436dcd
Use cargo build instead of cargo rustc (#993) 2021-10-12 00:16:30 +00:00
Casey Rodarmor
a846a728f1
Use string value for ref-type check (#897) 2021-07-04 04:16:24 +00:00
Casey Rodarmor
73337524b2
Check for rg in bin/forbid (#859) 2021-06-06 19:58:48 -04:00
Casey Rodarmor
0a9ffd7a7b
Remove v prefix from version (#850) 2021-06-01 23:37:40 +00:00
Casey Rodarmor
d8c00ac2e4
Add forbid script (#827) 2021-05-10 23:58:05 -07:00
Casey Rodarmor
5e2b51e83e
Add list highlighting nice features to readme (#664)
This was suggested by @zaiste, to make it clearer how Just differs from
Make, and what features it has.
2020-08-05 19:20:11 -07:00
Casey Rodarmor
8fad0626f8
Move link-time optimization config into Cargo.toml (#658)
Passing `-C lto` is more or less unsupported and may stop working, so do
this in Cargo.toml instead.
2020-07-17 12:14:02 -07:00
Casey Rodarmor
1dbc765390
Add --variables subcommand that prints variable names (#608)
Add a subcommand that prints out a space-separated list of the names of
top-level variables in the justfile.

The syntax is:

    $ just --variables
    a b c

This can be used for any purpose, but is mostly intended for completion
scripts, so that they can get the names of variables without using
`--evaluate`.

Additionally:

- Add `bin/generate-completions` script to regenerate checked-in
  completions
- Update dependencies
- Regenerate checked-in completions
2020-03-13 22:19:43 -07:00
Casey Rodarmor
1a820a2899
Don't include directories in release archive (#583) 2020-01-28 02:55:30 -08:00
Casey Rodarmor
4d175ada13
Build and upload release artifacts from GitHub Actions (#581) 2020-01-28 02:19:24 -08:00