27 Commits

Author SHA1 Message Date
Casey Rodarmor
a81b094441
Downgrade to TLS 1.2 in install script ()
Revert "Update install script and readmes to use tls v1.3 ()"

This reverts commit 9b6b0b7facf3e50a6cec9a82d0bd0eab8ce1e03e.
2023-01-27 02:49:03 +00:00
Casey Rodarmor
66993e874d
Release 1.10.0 ()
- 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 () 2022-12-28 04:16:18 +00:00
Cameron Steffen
216df31543
Eliminate lazy_static () 2022-12-15 16:53:21 -08:00
Casey Rodarmor
e7b7897ae2
Placate clippy () 2022-11-23 00:36:23 +00:00
Casey Rodarmor
c834fb1e4e
Release 1.7.0 ()
- 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 () 2022-10-27 05:48:39 +00:00
Casey Rodarmor
c115b3f317
Allow fewer lints () 2022-09-11 09:25:38 +00:00
Casey Rodarmor
c710d5a685
Fix book links () 2022-06-13 01:02:09 +00:00
Justin Ma
543264b2f0
Translate Chinese manual introduction and title () 2022-06-08 23:48:44 -05:00
Casey Rodarmor
97fde19a93
Build Chinese language user manual () 2022-06-08 20:04:06 -05:00
Casey Rodarmor
12fe9371f6
Generate book from readme () 2022-05-04 06:05:55 +00:00
Casey Rodarmor
9da8f41895
Upgrade Windows Actions runners to windows-latest () 2022-03-22 20:26:55 -07:00
Greg Lutostanski
4cb5c30290
Fixup broken release package script () 2022-02-14 21:54:39 -08:00
Casey Rodarmor
04d3ee3f50
Workflow tweaks () 2021-12-05 10:51:15 +00:00
Casey Rodarmor
c49d534a27
Refactor github actions () 2021-11-21 16:55:21 -08:00
Casey Rodarmor
a306a47898
Only pass +crt-static to cargo build () 2021-10-14 02:54:58 +00:00
Casey Rodarmor
6157436dcd
Use cargo build instead of cargo rustc () 2021-10-12 00:16:30 +00:00
Casey Rodarmor
a846a728f1
Use string value for ref-type check () 2021-07-04 04:16:24 +00:00
Casey Rodarmor
73337524b2
Check for rg in bin/forbid () 2021-06-06 19:58:48 -04:00
Casey Rodarmor
0a9ffd7a7b
Remove v prefix from version () 2021-06-01 23:37:40 +00:00
Casey Rodarmor
d8c00ac2e4
Add forbid script () 2021-05-10 23:58:05 -07:00
Casey Rodarmor
5e2b51e83e
Add list highlighting nice features to readme ()
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 ()
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 ()
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 () 2020-01-28 02:55:30 -08:00
Casey Rodarmor
4d175ada13
Build and upload release artifacts from GitHub Actions () 2020-01-28 02:19:24 -08:00