Commit Graph

199 Commits

Author SHA1 Message Date
Casey Rodarmor
5e932c49fc
Credit contributors in changelog (#1385) 2022-10-27 05:48:39 +00:00
Giancarlo França
be11a26226
Add more case-conversion functions (#1383) 2022-10-27 03:44:18 +00:00
Casey Rodarmor
ffb547924a
Release 1.6.0 (#1370)
- Bump version: 1.5.0 → 1.6.0
- Update changelog
- Update dependencies
- Update man page
2022-10-20 02:21:52 +00:00
Casey Rodarmor
e5350926b5
Release 1.5.0 (#1341)
- Bump version: 1.4.0 → 1.5.0
- Update changelog
- Update dependencies
- Update man page
2022-09-12 01:48:23 +00:00
Casey Rodarmor
aed7ca1678
Release 1.4.0 (#1308)
* Release 1.4.0

- Bump version: 1.3.0 → 1.4.0
- Update to Edition 2021
- Update changelog
- Update dependencies
- Update man page
2022-08-08 20:17:38 -07:00
Casey Rodarmor
05e66b3ac2
Exclude files from cargo package (#1283) 2022-08-02 02:42:38 +00:00
Casey Rodarmor
44ae90f9a5
Release 1.3.0 (#1282)
- Bump version: 1.2.0 → 1.3.0
- Update changelog
- Update dependencies
- Update man page
2022-07-25 07:55:09 +00:00
Casey Rodarmor
39ecf92168
Release 1.2.0 (#1207)
- Bump version: 1.1.3 → 1.2.0
- Update changelog
- Update dependencies
- Update man page
2022-05-31 20:13:08 +00:00
mbodmer
862d6a52ab
SHA-256 and UUID functions (#1170) 2022-05-04 23:18:31 +00:00
Casey Rodarmor
12fe9371f6
Generate book from readme (#1155) 2022-05-04 06:05:55 +00:00
Casey Rodarmor
e5ce303845
Release 1.1.3 (#1175)
- Bump version: 1.1.2 → 1.1.3
- Update changelog
- Update dependencies
- Update man page
2022-05-03 22:21:14 -07:00
Casey Rodarmor
807bafe417
Release 1.1.2 (#1151)
- Bump version: 1.1.1 → 1.1.2
- Update changelog
- Update dependencies
- Update man page
2022-03-31 05:27:07 +00:00
Casey Rodarmor
fc8650f100
Release 1.1.1 (#1139)
- Bump version: 1.1.0 → 1.1.1
- Update changelog
- Update dependencies
- Update man page
2022-03-23 03:45:10 +00:00
Casey Rodarmor
599c4b29a6
Release 1.1.0 (#1128)
- Bump version: 1.0.1 → 1.1.0
- Update changelog
- Update dependencies
- Update man page
2022-03-10 09:21:49 +00:00
Casey Rodarmor
fe33db9568
Release 1.0.1 (#1123)
- Bump version: 1.0.0 → 1.0.1
- Update changelog
- Update dependencies
- Update man page
2022-02-28 10:03:28 +00:00
Casey Rodarmor
a56af47e88
Release 1.0 (#1112) 2022-02-22 21:13:24 +00:00
Casey Rodarmor
90e0fccb5d
Release 0.11.2 (#1105)
- Bump version: 0.11.1 → 0.11.2
- Update changelog
- Update dependencies
- Update man page
2022-02-15 21:15:46 +00:00
Casey Rodarmor
eb7c57af4d
Release 0.11.1 (#1099)
- Bump version: 0.11.0 → 0.11.1
- Update changelog
- Update dependencies
- Update man page
2022-02-15 03:09:34 +00:00
Casey Rodarmor
027115ff00
Release 0.11.0 (#1085)
- Bump version: 0.10.7 → 0.11.0
- Update changelog
- Update dependencies
- Update man page
2022-02-04 00:55:24 +00:00
Casey Rodarmor
c59e4a9e66
Release 0.10.7 (#1081)
- Bump version: 0.10.6 → 0.10.7
- Update changelog
- Update man page
2022-01-30 20:45:42 +00:00
Casey Rodarmor
d7897b4510
Release 0.10.6 (#1075)
- Bump version: 0.10.5 → 0.10.6
- Remove config test
- Update changelog
- Update dependencies
- Update man page
2022-01-29 21:18:28 +00:00
Jake Goulding
c89dad9498
Upgrade snafu to 0.7 (#1067) 2022-01-04 16:55:11 +00:00
Casey Rodarmor
83edb16135
Release 0.10.5 (#1043)
- Bump version: 0.10.4 → 0.10.5
- Update changelog
- Update config test
- Update dependencies
- Update man page
2021-12-05 07:39:50 +00:00
Casey Rodarmor
1841eb16c6
Release 0.10.4 (#1031)
- Bump version: 0.10.3 → 0.10.4
- Update changelog
- Update config test
- Update dependencies
- Update man page
2021-11-22 01:08:00 +00:00
Casey Rodarmor
0ae91884e2
Add --dump-format json (#992) 2021-11-17 00:07:48 -08:00
Casey Rodarmor
f3abb95c78
Add color to just --fmt --check diff (#1015) 2021-11-01 06:18:11 +00:00
Hoàng Đức Hiếu
1cf8a714e2
fmt: check formatting with --check (#1001) 2021-11-01 04:27:59 +00:00
Casey Rodarmor
9987a0b8ae
Release 0.10.3 (#1014)
- Bump version: 0.10.2 → 0.10.3
- Update changelog
- Update config test
- Update dependencies
- Update man page
2021-10-31 00:55:49 +00:00
Casey Rodarmor
93f88dc8cf
Release 0.10.2 (#979)
- Bump version: 0.10.1 → 0.10.2
- Update changelog
- Update config test
- Update dependencies
- Update man page
- Bump MSRV to 1.47 for libc
2021-09-29 03:04:24 +00:00
Casey Rodarmor
0db4589efe
Implement regular expression match conditionals (#970) 2021-09-16 23:45:56 +00:00
Casey Rodarmor
09af9bb5e5
Change MSRV to 1.46.0 (#968) 2021-09-16 14:51:45 +00:00
Casey Rodarmor
fe0d0f46fa
Release 0.10.1 (#958)
- Bump version: 0.10.0 → 0.10.1
- Update changelog
- Update config test
- Update dependencies
- Update man page
2021-08-28 00:21:59 +00:00
Casey Rodarmor
dbf142369b
Bump target version to 2.0 (#957) 2021-08-27 23:36:41 +00:00
Casey Rodarmor
f5689617f4
Wrap --help text to terminal width (#940) 2021-08-05 01:03:22 +00:00
Casey Rodarmor
289accada9
Release 0.10.0 (#934)
- Bump version: 0.9.9 → 0.10.0
- Update changelog
- Update config test
- Update dependencies
- Update man page
2021-08-03 01:33:40 +00:00
Casey Rodarmor
9c3bbc9fa7
Support .justfile as an alternative to justfile (#931) 2021-07-31 19:25:49 +00:00
Casey Rodarmor
1b0fafea75
Add loader and refactor errors (#917)
This commit adds a `Loader` type, which can be used to load multiple
source strings. This was done to support the work on modules, but
coincidentally enabled consolidating errors, since now `Config::run`
can take a `&Loader`, and in the event of an error, return and `Error`
that borrows from loaded strings. Multiple error types have been
consolidated, and a bunch of ad-hoc error printing was removed.
2021-07-26 01:26:06 -07:00
Casey Rodarmor
2a4c5ae0f0
Release 0.9.9 (#913)
- Bump version: 0.9.8 → 0.9.9
- Update changelog
- Update config test
- Update dependencies
- Update man page
2021-07-22 07:56:36 +00:00
Casey Rodarmor
a846a728f1
Use string value for ref-type check (#897) 2021-07-04 04:16:24 +00:00
Casey Rodarmor
32f3132997
Release 0.9.8 (#896)
- Bump version: 0.9.7 → 0.9.8
- Update man page
- Update config test
- Update changelog
2021-07-03 23:58:58 +00:00
Casey Rodarmor
6272151551
Release 0.9.7 (#893)
- Bump version: 0.9.6 → 0.9.7
- Update dependencies
- Update man page
- Update config test
- Update changelog
2021-07-03 21:39:41 +00:00
Casey Rodarmor
d797592365
Remove test-utilities crate (#892) 2021-07-03 21:26:59 +00:00
Casey Rodarmor
ee3b7714f6
Remove outdated note in Cargo.toml (#891) 2021-07-03 19:35:27 +00:00
Casey Rodarmor
7aaa20a976
Release v0.9.6 (#884)
- Bump version: 0.9.5 → 0.9.6
- Update dependencies
- Update changelog
- Update man page
- Update config test
2021-06-24 23:56:27 -07:00
Casey Rodarmor
024f8279bc
Add clean function for simplifying paths (#883) 2021-06-25 06:41:20 +00:00
Frederick Zhang
9dc2385c64
Add file_extensions to Sublime syntax file (#878) 2021-06-24 08:24:12 +00:00
Antonio Gelameris
162d2df1ba
Add path manipulation functions (#872) 2021-06-17 07:56:09 +00:00
Casey Rodarmor
4a82c45dda
Release v0.9.5 (#870)
- Bump version: 0.9.4 → 0.9.5
- Update dependencies
- Update changelog
- Update man page
- Update config test
2021-06-12 22:49:27 +00:00
Casey Rodarmor
0a9ffd7a7b
Remove v prefix from version (#850) 2021-06-01 23:37:40 +00:00
Casey Rodarmor
c198099c17
Release v0.9.4 (#844)
* Release v0.9.4

- Bump version: 0.9.3 → 0.9.4
- Update dependencies
- Update changelog
- Update man page
- Update config test
2021-05-28 01:22:59 +00:00