Commit graph

967 commits

Author SHA1 Message Date
Ed Page
5b7fe620ec chore: Release 2022-01-26 14:32:31 -06:00
Ed Page
567da54531 docs: Update changelog 2022-01-26 14:32:05 -06:00
Ed Page
3affa63856
Merge pull request #414 from epage/base64
fix(parser): Detect shorter base64 values
2022-01-26 14:30:29 -06:00
Ed Page
a39074fc7f fix(parser): Detect shorter base64 values
This is part of the way to #413.  In that case, they aren't providing
padding though.
2022-01-26 14:18:01 -06:00
Ed Page
2c5f2ecedd chore: Release 2022-01-26 10:01:15 -06:00
Ed Page
6708ee9d02 docs: Update changelog 2022-01-26 09:59:28 -06:00
Ed Page
9422e45f3f
Merge pull request #412 from epage/bug
fix(parser): Don't stop on almost-printfs
2022-01-26 09:57:30 -06:00
Ed Page
3c78d65462 fix(parser): Don't stop on almost-printfs
When we added support for printf interopolation, we had to adjust our
separator matching to not eat the start of printf interpolation.

When doing so, I overlooked the need to still eat it in the catch-all.
If we don't, we then try to read `%` as part of the identifier and bail
out early.

Fixes #411
2022-01-26 09:39:23 -06:00
Ed Page
4b2e66487c chore: Release 2022-01-24 20:35:08 -06:00
Ed Page
165c5586e1 docs: Update changelog 2022-01-24 20:34:32 -06:00
Ed Page
adcc1f6f9c
Merge pull request #410 from epage/ordinal
fix(parser): Allow markdown formatting around ordinals
2022-01-24 20:33:54 -06:00
Ed Page
0c49c3ea2b fix(parser): Allow markdown formatting around ordinals
Fixes #409
2022-01-24 20:01:06 -06:00
Ed Page
a329a99ec7 chore: Release 2022-01-24 12:30:42 -06:00
Ed Page
b89e510113 docs: Update changelog 2022-01-24 12:30:29 -06:00
Ed Page
aa06d6a821
Merge pull request #408 from epage/config
fix(config): Ensure type-specific settings work
2022-01-24 12:27:52 -06:00
Ed Page
4971ea89c9 style: Make clippy happy 2022-01-24 12:14:15 -06:00
Ed Page
9b6b0dee5c test: Ensure extend-words also works
This was fixed in the previous commit when dealing with
deny_unknown_fields.

Fixes #407
2022-01-24 12:01:00 -06:00
Ed Page
55114b3777 fix(config): Allow check-file to work
Looks like `deny_unknown_fields` doesn't work with `flatten`.  See serde-rs/serde#1547.

Fixes #406
2022-01-24 12:01:00 -06:00
Ed Page
9134bec15e refactor(config): Line per attribute 2022-01-24 12:01:00 -06:00
Ed Page
900619be86 docs: Fix typo in example config
Fixes #404
2022-01-24 12:00:59 -06:00
Ed Page
91281038aa fix(config): Update to TOML 1.0
Fixes #405
2022-01-24 12:00:52 -06:00
Ed Page
f7fd7c0e42 chore: Release 2022-01-21 10:39:27 -06:00
Ed Page
4a3203b6f8
Merge pull request #403 from epage/workers
fix(dict): Workes should also correct to workers
2022-01-21 10:38:04 -06:00
Ed Page
5598b5b3e9 fix(dict): Workes should also correct to workers
Fixes #402
2022-01-21 10:10:56 -06:00
Ed Page
ac83c55077 chore: Release 2022-01-12 11:16:44 -06:00
Ed Page
c73e96ce21
Merge pull request #398 from epage/concolor
chore: Upgrade concolor
2022-01-11 16:19:29 -06:00
Ed Page
3d33e7e888 chore: Upgrade concolor 2022-01-11 15:55:20 -06:00
Ed Page
b21237d190
Merge pull request #396 from crate-ci/dependabot/cargo/trycmd-0.8.3
chore(deps): Bump trycmd from 0.8.2 to 0.8.3
2022-01-01 09:53:22 -06:00
Ed Page
356f4ed41b
Merge pull request #395 from crate-ci/dependabot/cargo/anyhow-1.0.52
chore(deps): Bump anyhow from 1.0.51 to 1.0.52
2022-01-01 09:53:12 -06:00
Ed Page
1ded4c3dff
Merge pull request #394 from crate-ci/dependabot/cargo/enumflags2-0.7.3
chore(deps): Bump enumflags2 from 0.7.2 to 0.7.3
2022-01-01 09:53:01 -06:00
Ed Page
e36cfd55e7
Merge pull request #393 from crate-ci/dependabot/cargo/serde-1.0.132
chore(deps): Bump serde from 1.0.131 to 1.0.132
2022-01-01 09:52:43 -06:00
Ed Page
9587cd7993
Merge pull request #392 from crate-ci/dependabot/cargo/proc-exit-1.0.3
chore(deps): Bump proc-exit from 1.0.2 to 1.0.3
2022-01-01 09:52:28 -06:00
dependabot[bot]
313c5c51f0
chore(deps): Bump trycmd from 0.8.2 to 0.8.3
Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/assert-rs/trycmd/releases)
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/trycmd/compare/v0.8.2...v0.8.3)

---
updated-dependencies:
- dependency-name: trycmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-01 07:06:18 +00:00
dependabot[bot]
ae0838b27a
chore(deps): Bump anyhow from 1.0.51 to 1.0.52
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.51 to 1.0.52.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.51...1.0.52)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-01 07:06:13 +00:00
dependabot[bot]
85f56325f5
chore(deps): Bump enumflags2 from 0.7.2 to 0.7.3
Bumps [enumflags2](https://github.com/NieDzejkob/enumflags2) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/NieDzejkob/enumflags2/releases)
- [Commits](https://github.com/NieDzejkob/enumflags2/compare/v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: enumflags2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-01 07:06:05 +00:00
dependabot[bot]
32ebacff88
chore(deps): Bump serde from 1.0.131 to 1.0.132
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.131 to 1.0.132.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.131...v1.0.132)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-01 07:05:59 +00:00
dependabot[bot]
53e163f231
chore(deps): Bump proc-exit from 1.0.2 to 1.0.3
Bumps [proc-exit](https://github.com/rust-cli/proc-exit) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/rust-cli/proc-exit/releases)
- [Changelog](https://github.com/rust-cli/proc-exit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/proc-exit/compare/v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: proc-exit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-01 07:05:52 +00:00
Ed Page
b356f9d845
Merge pull request #391 from epage/migrate
feat: Upgrate to clap3
2021-12-31 16:04:58 -06:00
Ed Page
9c5b84d5fe feat: Upgrate to clap3 2021-12-31 15:52:39 -06:00
Ed Page
71b53cb23e chore: Release 2021-12-18 17:52:11 -06:00
Ed Page
295c37ee50 docs: Update changelog 2021-12-18 17:50:46 -06:00
Ed Page
0e90d25552
Merge pull request #389 from scop/pre-commit-cygwin
feat(pre-commit): Make work on cygwin
2021-12-18 17:49:38 -06:00
Ville Skyttä
7f98702fec feat(pre-commit): Make work on cygwin
Borrowed from https://github.com/shellcheck-py/shellcheck-py/pull/42,
thanks to @DragonCrafted87.
2021-12-19 01:16:35 +02:00
Ed Page
bd7b2039b1
Update misc items (#388)
* chore: Update dependencies

* style: Remove unused variable

* docs(contrib): Note the use of committed
2021-12-14 15:51:42 -06:00
Ed Page
b7505cfe7a docs(contrib): Note the use of committed 2021-12-14 15:41:52 -06:00
Ed Page
5c83dec07b style: Remove unused variable 2021-12-14 15:41:52 -06:00
Ed Page
9f41ead727 chore: Update dependencies 2021-12-14 15:41:48 -06:00
Ed Page
469a9aedc2 chore: Release 2021-12-14 12:58:03 -06:00
Ed Page
362adf7ff3 docs: Update changelog 2021-12-14 12:56:56 -06:00
Frank Steffahn
2748d6a148
fix(dict): Typo in Typos (#3870 2021-12-14 12:54:48 -06:00