Commit graph

1920 commits

Author SHA1 Message Date
Ed Page
5e3b324b5e chore(ci): Ensure MSRV is quoted
Switching from specifying patch to not, with a minor version with a
trailing zero, is causing YAML to convert `1.70` to `1.7`.
2023-10-05 14:41:40 -05:00
Ed Page
74beef55a9
Merge pull request #7 from peter-kehl/readme_pass_markdown_lint
README.md list indentation and no bare URLs, as per Markdown Lint VS Code extension
2023-10-02 15:49:33 -05:00
Ed Page
84999391d0
Merge pull request #6 from peter-kehl/readme_use_crates_io_link_placeholder
README.md 'Crates Status' icon link
2023-10-02 15:45:58 -05:00
Ed Page
4550e7d437 chore: Release 2023-10-02 15:42:50 -05:00
Ed Page
4a56ee9404 docs: Update changelog 2023-10-02 15:42:26 -05:00
Ed Page
0865dcbf14
Merge pull request #846 from epage/help
fix(cli): Improve help layout
2023-10-02 15:41:50 -05:00
Ed Page
4d8497cfe4
Merge pull request #839 from crate-ci/renovate/anstream-0.x
chore(deps): update rust crate anstream to 0.6.4
2023-10-02 15:12:49 -05:00
Ed Page
3eff16fd47
Merge pull request #840 from crate-ci/renovate/toml-0.x
chore(deps): update rust crate toml to 0.8.1
2023-10-02 15:12:31 -05:00
Ed Page
2d1f7fd0cc
Merge pull request #841 from crate-ci/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2023-10-02 15:12:17 -05:00
Ed Page
21c88ca878 fix(cli): Improve help layout 2023-10-02 13:22:44 -05:00
Ed Page
569b09780b test(cli): Track help output 2023-10-02 13:10:05 -05:00
Ed Page
3cdcc38848 chore: Release 2023-10-02 10:27:24 -05:00
Ed Page
3debcaf24d docs: Update changelog 2023-10-02 10:27:02 -05:00
Ed Page
a6010c81a5
Merge pull request #844 from epage/sept
feat(dict): September updates
2023-10-02 10:25:43 -05:00
Ed Page
8b4d196a52 feat(dict): September updates
- The correction to `usefull` and `becuase` has existed from the initial implementation,
  as far as I could tell.
- `busses` is a valid variation of `buses`
- Had to put in a hack so that `aligning` would be preferred over
  `alining` because of how the preference algorithm works

Fixes #823
2023-10-02 08:18:50 -05:00
renovate[bot]
bbddb182a0
chore(deps): update actions/checkout action to v4 2023-10-01 03:30:16 +00:00
renovate[bot]
3f806a4aea
chore(deps): update rust crate toml to 0.8.1 2023-10-01 03:30:10 +00:00
renovate[bot]
484fdd8c2b
chore(deps): update rust crate anstream to 0.6.4 2023-10-01 03:29:52 +00:00
Ed Page
f97fa94168
Merge pull request #8 from epage/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2023-09-30 20:38:32 -05:00
renovate[bot]
6d3f888975
chore(deps): update actions/checkout action to v4 2023-10-01 01:37:07 +00:00
renovate[bot]
d34cc2c4b0 chore(deps): update compatible 2023-10-01 00:46:21 +00:00
Peter Kehl
cad9b47171 README.md list indentation and no bare URLs, as per Markdown Lint VS Code extension. 2023-09-29 23:04:45 -07:00
Peter Kehl
305798083f README.md 'Crates Status' icon link now uses the Markdown placeholder/substitution name 'Crates.io' 2023-09-29 22:59:44 -07:00
Ed Page
1ccb2ff8ad chore: Release 2023-09-27 10:50:39 -05:00
Ed Page
fc3da78320 docs: Update changelog 2023-09-27 10:50:18 -05:00
Ed Page
1a3ce2b924
Merge pull request #836 from epage/ident
fix(cli): Properly fallback to built-in ident dict
2023-09-27 10:49:51 -05:00
Ed Page
243b187934 fix(cli): Properly fallback to built-in ident dict 2023-09-27 10:35:22 -05:00
Ed Page
f301320d47
Merge pull request #835 from epage/line-exclude
test: Demo line-ignore behavior
2023-09-26 15:10:58 -05:00
Ed Page
21dba19dec test: Demo line-ignore behavior 2023-09-26 11:01:26 -05:00
Ed Page
c9d894f3c4 chore: Update from '_rust/main' 2023-09-26 08:29:48 -05:00
Ed Page
ac51f09250 chore(ci): Normalize json5 syntax 2023-09-26 08:16:47 -05:00
Ed Page
86c29dea38 chore(ci): Updaet Renovate schema 2023-09-26 08:16:33 -05:00
Ed Page
1f96324b0a
Merge pull request #831 from tekumara/master
docs: add typos-lsp to README
2023-09-25 16:02:26 -05:00
Ed Page
bb139b2150 chore: Release 2023-09-25 13:08:40 -05:00
Ed Page
48d69fedd2 docs: Update changelog 2023-09-25 13:08:32 -05:00
Ed Page
f5a94fc3cc chore: Release 2023-09-25 13:07:27 -05:00
Ed Page
28cd50a414
Merge pull request #833 from epage/fix
fix(cli): Dont correct O_WRONLY
2023-09-25 13:06:16 -05:00
Ed Page
5fd0df2881 fix(cli): Dont correct O_WRONLY
Realized we could just hard code this for now rather creating a general
identifier dictionary.

Fixes #744
2023-09-25 12:50:07 -05:00
Ed Page
9f1d7017e2 test(cli): Show existing O_WRONLY behavior 2023-09-25 12:46:00 -05:00
Ed Page
66a70abc40 refactor(cli): Make room for ident dict 2023-09-25 12:42:18 -05:00
Ed Page
fd6873b6e0 refactor(cli): Make room for ident correction 2023-09-25 12:40:17 -05:00
Ed Page
b798780a13 refactor(dict): Make codegen more specific 2023-09-25 12:13:53 -05:00
Ed Page
4c91f16ae1 fix(dict)!: Dont expose internals 2023-09-25 12:11:43 -05:00
Oliver Mannion
6876f2530a
docs: add typos-lsp to README 2023-09-23 11:03:46 +10:00
Ed Page
5edf45b39e chore: Release 2023-09-22 19:24:01 -05:00
Ed Page
ace3c101ba chore: Update from '_rust/main' 2023-09-20 09:46:36 -05:00
Ed Page
4173c8f476 chore(ci): Don't set patch for MSRV 2023-09-20 09:05:41 -05:00
Ed Page
ec91c12b39 chore(ci): Move off of actions-rs 2023-09-18 14:15:49 -05:00
Ed Page
509ec32112 chore: Release 2023-09-18 14:06:59 -05:00
Ed Page
8fea8823b2 docs: Update changelog 2023-09-18 14:06:23 -05:00