Ed Page
|
36ea96d62e
|
docs: Update changelog
|
2024-06-03 10:09:12 -05:00 |
|
Ed Page
|
2a9c27225e
|
Merge pull request #1025 from epage/may
fix(dict): May updates
|
2024-06-03 10:08:18 -05:00 |
|
Ed Page
|
439681f6de
|
fix(dict): May updates
Fixes #1007
|
2024-06-03 09:54:56 -05:00 |
|
RainRat
|
8e26045211
|
fix typos (the literal kind)
|
2024-06-01 22:08:33 -07:00 |
|
renovate[bot]
|
0d0233b9e0
|
chore(deps): Update compatible (#1021)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch
| `0.8.7` -> `0.8.11` |
| [anstream](https://togithub.com/rust-cli/anstyle) | dependencies |
patch | `0.6.13` -> `0.6.14` |
| [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies |
patch | `1.0.6` -> `1.0.7` |
| [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch |
`1.0.75` -> `1.0.86` |
| [assert_fs](https://togithub.com/assert-rs/assert_fs) |
dev-dependencies | patch | `1.1.0` -> `1.1.1` |
| [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch |
`1.9.0` -> `1.9.1` |
| [colorchoice-clap](https://togithub.com/rust-cli/anstyle) |
dependencies | patch | `1.0.3` -> `1.0.4` |
| [enumflags2](https://togithub.com/meithecatte/enumflags2) |
dependencies | patch | `0.7.8` -> `0.7.9` |
| [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies
| patch | `0.11.1` -> `0.11.3` |
|
[ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore)
([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore))
| dependencies | patch | `0.4.20` -> `0.4.22` |
| [log](https://togithub.com/rust-lang/log) | dependencies | patch |
`0.4.20` -> `0.4.21` |
| [serde](https://serde.rs)
([source](https://togithub.com/serde-rs/serde)) | dependencies | patch |
`1.0.189` -> `1.0.203` |
| [serde_json](https://togithub.com/serde-rs/json) | dependencies |
patch | `1.0.107` -> `1.0.117` |
|
[snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox)
([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies |
patch | `0.6.5` -> `0.6.7` |
| [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies |
patch | `1.0.49` -> `1.0.61` |
| [toml](https://togithub.com/toml-rs/toml) | dependencies | patch |
`0.8.12` -> `0.8.13` |
| [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch
| `0.6.7` -> `0.6.9` |
---
### Release Notes
<details>
<summary>tkaitchuck/ahash (ahash)</summary>
###
[`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11)
[Compare
Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11)
Patch release to further strengthen u64 fastpath based on
[#​210](https://togithub.com/tkaitchuck/ahash/issues/210)
**Full Changelog**:
https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11
###
[`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10)
[Compare
Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10)
Patch to fix
[#​210](https://togithub.com/tkaitchuck/ahash/issues/210) which
caused poor distribution when hashing a single u64 on nightly.
**Full Changelog**:
https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10
###
[`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9)
[Compare
Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9)
Minor patch to fix
[#​207](https://togithub.com/tkaitchuck/ahash/issues/207)
**Full Changelog**:
https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9
###
[`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8)
[Compare
Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8)
#### What's Changed
- Fix some typos by [@​striezel](https://togithub.com/striezel) in
[https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192)
- Update GitHub Actions CI by
[@​striezel](https://togithub.com/striezel) in
[https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193)
- Bump rust-version to 1.72.0 by
[@​Jefffrey](https://togithub.com/Jefffrey) in
[https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196)
- Increase the MSRV presubmit checks to include multiple architectures
by [@​tkaitchuck](https://togithub.com/tkaitchuck) in
[https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197)
#### New Contributors
- [@​striezel](https://togithub.com/striezel) made their first
contribution in
[https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192)
- [@​Jefffrey](https://togithub.com/Jefffrey) made their first
contribution in
[https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196)
**Full Changelog**:
https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8
</details>
<details>
<summary>rust-cli/anstyle (anstream)</summary>
###
[`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14)
[Compare
Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14)
</details>
<details>
<summary>dtolnay/anyhow (anyhow)</summary>
### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86)
- Fix parse error in `ensure!` with non-literal after minus sign
([#​373](https://togithub.com/dtolnay/anyhow/issues/373))
### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85)
- Improve `ensure!` macro's rules to unblock some rustc pretty-printer
improvements
([#​368](https://togithub.com/dtolnay/anyhow/issues/368),
[#​371](https://togithub.com/dtolnay/anyhow/issues/371))
### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84)
- Disallow calling `ensure!` through a `Not` impl for a type that is not
`bool` ([#​367](https://togithub.com/dtolnay/anyhow/issues/367))
### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83)
- Integrate compile-time checking of cfgs
([#​363](https://togithub.com/dtolnay/anyhow/issues/363))
### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82)
- Documentation improvements
### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81)
- Make backtrace support available when using -Dwarnings
([#​354](https://togithub.com/dtolnay/anyhow/issues/354))
### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80)
- Fix unused_imports warnings when compiled by rustc 1.78
### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79)
- Work around improperly cached build script result by sccache
([#​340](https://togithub.com/dtolnay/anyhow/issues/340))
### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78)
- Reduce spurious rebuilds under RustRover IDE when using a nightly
toolchain
([#​337](https://togithub.com/dtolnay/anyhow/issues/337))
### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77)
- Make `anyhow::Error::backtrace` available on stable Rust compilers
1.65+ ([#​293](https://togithub.com/dtolnay/anyhow/issues/293),
thanks [@​LukasKalbertodt](https://togithub.com/LukasKalbertodt))
### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76)
[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76)
- Opt in to `unsafe_op_in_unsafe_fn` lint
([#​329](https://togithub.com/dtolnay/anyhow/issues/329))
</details>
<details>
<summary>assert-rs/assert_fs (assert_fs)</summary>
###
[`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12)
[Compare
Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1)
##### Internal
- Dependency update
</details>
<details>
<summary>BurntSushi/bstr (bstr)</summary>
###
[`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1)
[Compare
Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1)
</details>
<details>
<summary>meithecatte/enumflags2 (enumflags2)</summary>
###
[`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9):
Release 0.7.9
[Compare
Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9)
- The `BitFlag` trait now includes convenience re-exports for the
constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead
`BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be
inferred from context (thanks
[@​ronnodas](https://togithub.com/ronnodas)).
- The documentation now calls out the fact that the implementation of
`PartialOrd` may not be what you expect (reported by
[@​ronnodas](https://togithub.com/ronnodas)).
</details>
<details>
<summary>rust-cli/env_logger (env_logger)</summary>
###
[`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05)
[Compare
Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3)
##### Features
- Experimental support for key-value logging behind `unstable-kv`
###
[`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13)
[Compare
Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2)
</details>
<details>
<summary>BurntSushi/ripgrep (ignore)</summary>
###
[`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22)
[Compare
Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22)
###
[`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21)
[Compare
Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21)
</details>
<details>
<summary>rust-lang/log (log)</summary>
###
[`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27)
[Compare
Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21)
</details>
<details>
<summary>serde-rs/serde (serde)</summary>
###
[`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203)
- Documentation improvements
([#​2747](https://togithub.com/serde-rs/serde/issues/2747))
###
[`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202)
- Provide public access to RenameAllRules in serde_derive_internals
([#​2743](https://togithub.com/serde-rs/serde/issues/2743))
###
[`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201)
- Resolve unexpected_cfgs warning
([#​2737](https://togithub.com/serde-rs/serde/issues/2737))
###
[`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200)
- Fix formatting of "invalid type" and "invalid value" deserialization
error messages containing NaN or infinite floats
([#​2733](https://togithub.com/serde-rs/serde/issues/2733), thanks
[@​jamessan](https://togithub.com/jamessan))
###
[`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199)
- Fix ambiguous associated item when `forward_to_deserialize_any!` is
used on an enum with `Error` variant
([#​2732](https://togithub.com/serde-rs/serde/issues/2732), thanks
[@​aatifsyed](https://togithub.com/aatifsyed))
###
[`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198)
- Support serializing and deserializing `Saturating<T>`
([#​2709](https://togithub.com/serde-rs/serde/issues/2709), thanks
[@​jbethune](https://togithub.com/jbethune))
###
[`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197)
- Fix unused_imports warnings when compiled by rustc 1.78
- Optimize code size of some Display impls
([#​2697](https://togithub.com/serde-rs/serde/issues/2697), thanks
[@​nyurik](https://togithub.com/nyurik))
###
[`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196)
- Improve formatting of "invalid type" error messages involving floats
([#​2682](https://togithub.com/serde-rs/serde/issues/2682))
###
[`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195)
- Prevent remote definitions of tuple struct or tuple variant from
triggering dead_code warning
([#​2671](https://togithub.com/serde-rs/serde/issues/2671))
###
[`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194)
- Update proc-macro2 to fix caching issue when using a rustc-wrapper
such as sccache
###
[`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193)
- Fix field names used for the deserialization of `RangeFrom` and
`RangeTo`
([#​2653](https://togithub.com/serde-rs/serde/issues/2653),
[#​2654](https://togithub.com/serde-rs/serde/issues/2654),
[#​2655](https://togithub.com/serde-rs/serde/issues/2655), thanks
[@​emilbonnek](https://togithub.com/emilbonnek))
###
[`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192)
- Allow internal tag field in untagged variant
([#​2646](https://togithub.com/serde-rs/serde/issues/2646), thanks
[@​robsdedude](https://togithub.com/robsdedude))
###
[`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191)
- Documentation improvements
###
[`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190)
- Preserve NaN sign when deserializing f32 from f64 or vice versa
([#​2637](https://togithub.com/serde-rs/serde/issues/2637))
</details>
<details>
<summary>serde-rs/json (serde_json)</summary>
###
[`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117)
- Resolve unexpected_cfgs warning
([#​1130](https://togithub.com/serde-rs/json/issues/1130))
###
[`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116)
- Make module structure comprehensible to static analysis
([#​1124](https://togithub.com/serde-rs/json/issues/1124), thanks
[@​mleonhard](https://togithub.com/mleonhard))
###
[`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115)
- Documentation improvements
###
[`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114)
- Fix unused_imports warnings when compiled by rustc 1.78
###
[`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113)
- Add `swap_remove` and `shift_remove` methods on Map
([#​1109](https://togithub.com/serde-rs/json/issues/1109))
###
[`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112)
- Improve formatting of "invalid type" error messages involving floats
([#​1107](https://togithub.com/serde-rs/json/issues/1107))
###
[`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111)
- Improve floating point parsing performance on loongarch64
([#​1100](https://togithub.com/serde-rs/json/issues/1100), thanks
[@​heiher](https://togithub.com/heiher))
###
[`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110)
- Update proc-macro2 to fix caching issue when using a rustc-wrapper
such as sccache
###
[`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109)
- Documentation improvements
###
[`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108)
- Documentation improvements
([#​1075](https://togithub.com/serde-rs/json/issues/1075),
[#​1081](https://togithub.com/serde-rs/json/issues/1081),
[#​1082](https://togithub.com/serde-rs/json/issues/1082), thanks
[@​dimo414](https://togithub.com/dimo414) and
[@​fritzrehde](https://togithub.com/fritzrehde))
</details>
<details>
<summary>assert-rs/trycmd (snapbox)</summary>
###
[`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7)
[Compare
Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7)
###
[`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6)
[Compare
Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6)
</details>
<details>
<summary>dtolnay/thiserror (thiserror)</summary>
###
[`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61)
- Use `core::fmt` and `core::panic` to facilitate `error_in_core`
support
([#​299](https://togithub.com/dtolnay/thiserror/issues/299),
thanks [@​jordens](https://togithub.com/jordens))
###
[`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60)
- Resolve unexpected_cfgs warning
([#​298](https://togithub.com/dtolnay/thiserror/issues/298))
###
[`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59)
- Unblock testing of rustc `debug-fmt-detail` option
([#​297](https://togithub.com/dtolnay/thiserror/issues/297))
###
[`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58)
- Make backtrace support available when using -Dwarnings
([#​292](https://togithub.com/dtolnay/thiserror/issues/292))
###
[`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57)
- Generate more efficient `Display` impl for error message which do not
contain any interpolated value
([#​286](https://togithub.com/dtolnay/thiserror/issues/286),
thanks [@​nyurik](https://togithub.com/nyurik))
###
[`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56)
- Update proc-macro2 to fix caching issue when using a rustc-wrapper
such as sccache
###
[`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55)
- Work around improperly cached build script result by sccache – second
attempt
([#​280](https://togithub.com/dtolnay/thiserror/issues/280))
###
[`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54)
- Work around improperly cached build script result by sccache – first
attempt
([#​279](https://togithub.com/dtolnay/thiserror/issues/279))
###
[`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53)
- Reduce spurious rebuilds under RustRover IDE when using a nightly
toolchain
([#​270](https://togithub.com/dtolnay/thiserror/issues/270))
###
[`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52)
- Fix interaction with RUSTC_BOOTSTRAP
([#​269](https://togithub.com/dtolnay/thiserror/issues/269))
###
[`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51)
- Improve diagnostics when an invalid attribute previously caused
thiserror to generate no `Error` impl
([#​266](https://togithub.com/dtolnay/thiserror/issues/266))
###
[`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50)
[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50)
- Improve diagnostic when a #\[source], #\[from], or #\[transparant]
attribute refers to a type that has no std::error::Error impl
([#​258](https://togithub.com/dtolnay/thiserror/issues/258),
thanks [@​de-vri-es](https://togithub.com/de-vri-es))
</details>
<details>
<summary>toml-rs/toml (toml)</summary>
###
[`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13)
[Compare
Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13)
</details>
<details>
<summary>winnow-rs/winnow (winnow)</summary>
###
[`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28)
[Compare
Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9)
##### Compatibility
- Bump MSRV to 1.65
##### Features
- Add `Debug` impls for `stream::Stateful` and `stream::Recoverable`
###
[`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06)
[Compare
Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8)
##### Features
- Support `&mut [impl Parser]` within `alt`
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 5am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/crate-ci/typos).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-06-01 02:58:27 +00:00 |
|
renovate[bot]
|
7ac459ce9f
|
chore(deps): Update Rust crate itertools to 0.13
|
2024-06-01 02:49:42 +00:00 |
|
Ed Page
|
44916f6d2b
|
chore: Update deny config
|
2024-05-29 16:15:19 -05:00 |
|
Ed Page
|
f98d8d9821
|
Merge pull request #1020 from epage/snapbox
chore: Upgrade to snapbox 0.6
|
2024-05-27 22:23:16 -05:00 |
|
Ed Page
|
49b5ca56eb
|
chore: Upgrade to snapbox 0.6
|
2024-05-27 22:11:47 -05:00 |
|
Ed Page
|
6f2c324a4d
|
refactor: Resolve deprecations
|
2024-05-27 22:09:20 -05:00 |
|
Ed Page
|
b5345d6242
|
chore: Update snapbox to 0.5.14
|
2024-05-27 22:04:19 -05:00 |
|
Ed Page
|
78741e51bb
|
chore: Remove lints that lead to bad code
|
2024-05-27 21:45:38 -05:00 |
|
renovate[bot]
|
27ba9761d1
|
chore(deps): Update Rust Stable to v1.78 (#1011)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [STABLE](https://togithub.com/rust-lang/rust) | minor | `1.77` ->
`1.78` |
---
### Release Notes
<details>
<summary>rust-lang/rust (STABLE)</summary>
###
[`v1.78`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1780-2024-05-02)
[Compare
Source](https://togithub.com/rust-lang/rust/compare/1.77.0...1.78.0)
\==========================
<a id="1.78.0-Language"></a>
## Language
- [Stabilize `#[cfg(target_abi =
...)]`](https://togithub.com/rust-lang/rust/pull/119590/)
- [Stabilize the `#[diagnostic]` namespace and
`#[diagnostic::on_unimplemented]`
attribute](https://togithub.com/rust-lang/rust/pull/119888/)
- [Make async-fn-in-trait implementable with concrete
signatures](https://togithub.com/rust-lang/rust/pull/120103/)
- [Make matching on NaN a hard error, and remove the rest of
`illegal_floating_point_literal_pattern`](https://togithub.com/rust-lang/rust/pull/116284/)
- [static mut: allow mutable reference to arbitrary types, not just
slices and arrays](https://togithub.com/rust-lang/rust/pull/117614/)
- [Extend `invalid_reference_casting` to include references casting to
bigger memory layout](https://togithub.com/rust-lang/rust/pull/118983/)
- [Add `non_contiguous_range_endpoints` lint for singleton gaps after
exclusive ranges](https://togithub.com/rust-lang/rust/pull/118879/)
- [Add `wasm_c_abi` lint for use of older wasm-bindgen
versions](https://togithub.com/rust-lang/rust/pull/117918/)
This lint currently only works when using Cargo.
- [Update `indirect_structural_match` and `pointer_structural_match`
lints to match RFC](https://togithub.com/rust-lang/rust/pull/120423/)
- [Make non-`PartialEq`-typed consts as patterns a hard
error](https://togithub.com/rust-lang/rust/pull/120805/)
- [Split `refining_impl_trait` lint into `_reachable`, `_internal`
variants](https://togithub.com/rust-lang/rust/pull/121720/)
- [Remove unnecessary type inference when using associated types inside
of higher ranked
`where`-bounds](https://togithub.com/rust-lang/rust/pull/119849)
- [Weaken eager detection of cyclic types during type
inference](https://togithub.com/rust-lang/rust/pull/119989)
- [`trait Trait: Auto {}`: allow upcasting from `dyn Trait` to `dyn
Auto`](https://togithub.com/rust-lang/rust/pull/119338)
<a id="1.78.0-Compiler"></a>
## Compiler
- [Made `INVALID_DOC_ATTRIBUTES` lint deny by
default](https://togithub.com/rust-lang/rust/pull/111505/)
- [Increase accuracy of redundant `use`
checking](https://togithub.com/rust-lang/rust/pull/117772/)
- [Suggest moving definition if non-found macro_rules! is defined
later](https://togithub.com/rust-lang/rust/pull/121130/)
- [Lower transmutes from int to pointer type as gep on
null](https://togithub.com/rust-lang/rust/pull/121282/)
Target changes:
- [Windows tier 1 targets now require at least Windows
10](https://togithub.com/rust-lang/rust/pull/115141/)
- [Enable CMPXCHG16B, SSE3, SAHF/LAHF and 128-bit Atomics in tier 1
Windows](https://togithub.com/rust-lang/rust/pull/120820/)
- [Add `wasm32-wasip1` tier 2 (without host tools)
target](https://togithub.com/rust-lang/rust/pull/120468/)
- [Add `wasm32-wasip2` tier 3
target](https://togithub.com/rust-lang/rust/pull/119616/)
- [Rename `wasm32-wasi-preview1-threads` to
`wasm32-wasip1-threads`](https://togithub.com/rust-lang/rust/pull/122170/)
- [Add `arm64ec-pc-windows-msvc` tier 3
target](https://togithub.com/rust-lang/rust/pull/119199/)
- [Add `armv8r-none-eabihf` tier 3 target for the
Cortex-R52](https://togithub.com/rust-lang/rust/pull/110482/)
- [Add `loongarch64-unknown-linux-musl` tier 3
target](https://togithub.com/rust-lang/rust/pull/121832/)
Refer to Rust's \[platform support page]\[platform-support-doc]
for more information on Rust's tiered platform support.
<a id="1.78.0-Libraries"></a>
## Libraries
- [Bump Unicode to version 15.1.0, regenerate
tables](https://togithub.com/rust-lang/rust/pull/120777/)
- [Make align_offset, align_to well-behaved in all
cases](https://togithub.com/rust-lang/rust/pull/121201/)
- [PartialEq, PartialOrd: document expectations for transitive
chains](https://togithub.com/rust-lang/rust/pull/115386/)
- [Optimize away poison guards when std is built with
panic=abort](https://togithub.com/rust-lang/rust/pull/100603/)
- [Replace pthread `RwLock` with custom
implementation](https://togithub.com/rust-lang/rust/pull/110211/)
- [Implement unwind safety for Condvar on all
platforms](https://togithub.com/rust-lang/rust/pull/121768/)
- [Add ASCII fast-path for
`char::is_grapheme_extended`](https://togithub.com/rust-lang/rust/pull/121138/)
<a id="1.78.0-Stabilized-APIs"></a>
## Stabilized APIs
- [`impl Read for
&Stdin`](https://doc.rust-lang.org/stable/std/io/struct.Stdin.html#impl-Read-for-%26Stdin)
- [Accept non `'static` lifetimes for several `std::error::Error`
related
implementations](https://togithub.com/rust-lang/rust/pull/113833/)
- [Make `impl<Fd: AsFd>` impl take
`?Sized`](https://togithub.com/rust-lang/rust/pull/114655/)
- [`impl From<TryReserveError> for
io::Error`](https://doc.rust-lang.org/stable/std/io/struct.Error.html#impl-From%3CTryReserveError%3E-for-Error)
These APIs are now stable in const contexts:
-
[`Barrier::new()`](https://doc.rust-lang.org/stable/std/sync/struct.Barrier.html#method.new)
<a id="1.78.0-Cargo"></a>
## Cargo
- [Stabilize lockfile
v4](https://togithub.com/rust-lang/cargo/pull/12852/)
- [Respect `rust-version` when generating
lockfile](https://togithub.com/rust-lang/cargo/pull/12861/)
- [Control `--charset` via auto-detecting config
value](https://togithub.com/rust-lang/cargo/pull/13337/)
- [Support `target.<triple>.rustdocflags`
officially](https://togithub.com/rust-lang/cargo/pull/13197/)
- [Stabilize global cache data
tracking](https://togithub.com/rust-lang/cargo/pull/13492/)
<a id="1.78.0-Misc"></a>
## Misc
- [rustdoc: add `--test-builder-wrapper` arg to support wrappers such as
RUSTC_WRAPPER when building
doctests](https://togithub.com/rust-lang/rust/pull/114651/)
<a id="1.78.0-Compatibility-Notes"></a>
## Compatibility Notes
- [Many unsafe precondition checks now run for user code with debug
assertions enabled](https://togithub.com/rust-lang/rust/pull/120594/)
This change helps users catch undefined behavior in their code, though
the details of how much is checked are generally not stable.
- [riscv only supports split_debuginfo=off for
now](https://togithub.com/rust-lang/rust/pull/120518/)
- [Consistently check bounds on hidden types of `impl
Trait`](https://togithub.com/rust-lang/rust/pull/121679)
- [Change equality of higher ranked types to not rely on
subtyping](https://togithub.com/rust-lang/rust/pull/118247)
- [When called, additionally check bounds on normalized function return
type](https://togithub.com/rust-lang/rust/pull/118882)
- [Expand coverage for `arithmetic_overflow`
lint](https://togithub.com/rust-lang/rust/pull/119432/)
<a id="1.78.0-Internal-Changes"></a>
## Internal Changes
These changes do not affect any public interfaces of Rust, but they
represent
significant improvements to the performance or internals of rustc and
related
tools.
- [Update to LLVM 18](https://togithub.com/rust-lang/rust/pull/120055/)
- [Build `rustc` with 1CGU on
`x86_64-pc-windows-msvc`](https://togithub.com/rust-lang/rust/pull/112267/)
- [Build `rustc` with 1CGU on
`x86_64-apple-darwin`](https://togithub.com/rust-lang/rust/pull/112268/)
- [Introduce `run-make` V2 infrastructure, a `run_make_support` library
and port over 2 tests as
example](https://togithub.com/rust-lang/rust/pull/113026/)
- [Windows: Implement condvar, mutex and rwlock using
futex](https://togithub.com/rust-lang/rust/pull/121956/)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* * * * *" (UTC), Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/crate-ci/typos).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-02 17:09:21 +00:00 |
|
Ed Page
|
8804d1d2f4
|
style: Address warnings
|
2024-05-02 11:59:32 -05:00 |
|
Ed Page
|
a177b1e624
|
Merge pull request #1010 from crate-ci/renovate/human-panic-2.x
chore(deps): Update Rust crate human-panic to v2
|
2024-04-30 20:53:42 -05:00 |
|
renovate[bot]
|
aff4bf9ef8
|
chore(deps): Update compatible (#1009)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [encoding_rs](https://docs.rs/encoding_rs/)
([source](https://togithub.com/hsivonen/encoding_rs)) | dependencies |
patch | `0.8.33` -> `0.8.34` |
| [trycmd](https://togithub.com/assert-rs/trycmd) | dev-dependencies |
patch | `0.15.0` -> `0.15.1` |
| [unicode-width](https://togithub.com/unicode-rs/unicode-width) |
dependencies | patch | `0.1.11` -> `0.1.12` |
| [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch
| `0.6.5` -> `0.6.7` |
---
### Release Notes
<details>
<summary>hsivonen/encoding_rs (encoding_rs)</summary>
###
[`v0.8.34`](https://togithub.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34)
[Compare
Source](https://togithub.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34)
</details>
<details>
<summary>assert-rs/trycmd (trycmd)</summary>
###
[`v0.15.1`](https://togithub.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1)
[Compare
Source](https://togithub.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1)
</details>
<details>
<summary>unicode-rs/unicode-width (unicode-width)</summary>
###
[`v0.1.12`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12)
[Compare
Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12)
</details>
<details>
<summary>winnow-rs/winnow (winnow)</summary>
###
[`v0.6.7`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#067---2024-04-26)
[Compare
Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.6...v0.6.7)
##### Fixes
- Improve debug traces when Input wrapper types are used
###
[`v0.6.6`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#066---2024-04-11)
[Compare
Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.5...v0.6.6)
##### Fixes
- Add impl `ErrorConvert` for `ContextError` so it can be used with bit
parsing
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 5am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/crate-ci/typos).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-01 01:02:14 +00:00 |
|
renovate[bot]
|
04422403d0
|
chore(deps): Update Rust crate human-panic to v2
|
2024-05-01 00:52:42 +00:00 |
|
Ed Page
|
d503507db9
|
chore: Release
|
2024-04-30 14:39:22 -05:00 |
|
Ed Page
|
b57a417c99
|
chore: Release
|
2024-04-30 14:37:49 -05:00 |
|
Ed Page
|
82a3621e90
|
chore(ci): Fix a bad merge
|
2024-04-30 14:36:58 -05:00 |
|
Ed Page
|
0fef712c2a
|
docs: Update changelog
|
2024-04-30 14:36:19 -05:00 |
|
Ed Page
|
5aeb9bf914
|
Merge pull request #1008 from epage/april
fix(dict): April updates
|
2024-04-30 14:34:55 -05:00 |
|
renovate[bot]
|
3f19efbe83
|
chore(deps): Update Rust Stable to v1.77 (#1006)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [STABLE](https://togithub.com/rust-lang/rust) | minor | `1.76` ->
`1.77` |
---
### Release Notes
<details>
<summary>rust-lang/rust (STABLE)</summary>
###
[`v1.77`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1772-2024-04-09)
[Compare
Source](https://togithub.com/rust-lang/rust/compare/1.76.0...1.77.0)
\===========================
<a id="1.77.2"></a>
- [CVE-2024-24576: fix escaping of Windows batch file arguments in
`std::process::Command`](https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* * * * *" (UTC), Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/crate-ci/typos).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-30 19:26:40 +00:00 |
|
Ed Page
|
7d6e6a1c37
|
fix(dict): April updates
Fixes #956
|
2024-04-30 14:25:25 -05:00 |
|
Ed Page
|
919912762c
|
Merge pull request #1005 from epage/template
chore: Update from _rust/main template
|
2024-04-30 14:16:18 -05:00 |
|
Ed Page
|
b6c895ea49
|
chore: Update from _rust/main template
|
2024-04-30 11:28:23 -05:00 |
|
Ed Page
|
51de731521
|
chore(ci): Lint clippy::items_after_statements seems too strict
|
2024-04-26 15:59:46 -05:00 |
|
Ed Page
|
181a2cf5e6
|
chore(ci): Allow prelude wildcard imports
|
2024-04-26 11:36:19 -05:00 |
|
Ed Page
|
82cf9a62b0
|
chore(ci): Reduce noisy lints
|
2024-04-26 09:35:55 -05:00 |
|
Ed Page
|
a01f25da96
|
chore(ci): Reduce noisy lints
Want to add this back in later but this is slowing down migration of my
repos.
|
2024-04-26 09:23:28 -05:00 |
|
Ed Page
|
be30b1bba0
|
chore(ci): Try again with not auto-updating MSRV
The overhead for MSRV bumping is a lot lower and its annoying merging
all of the PRs (and I don't want these auto-merged)
|
2024-04-26 09:20:18 -05:00 |
|
Ed Page
|
f2c1f08a7b
|
chore: Release
|
2024-04-23 15:07:39 -05:00 |
|
Ed Page
|
3320f6a38b
|
chore: Release
|
2024-04-23 14:52:03 -05:00 |
|
Ed Page
|
208c972877
|
docs: Update changelog
|
2024-04-23 14:51:46 -05:00 |
|
Ed Page
|
e7ab9e656c
|
Merge pull request #1004 from epage/doas
fix(dict): Don't correct the doas command
|
2024-04-23 14:51:10 -05:00 |
|
Ed Page
|
2e5ea3a316
|
fix(dict): Don't correct the doas command
Fixes #1003
|
2024-04-23 14:35:59 -05:00 |
|
Ed Page
|
14225df351
|
chore(ci): Auto-merge linter version updates
|
2024-04-16 21:46:56 -05:00 |
|
Ed Page
|
44548ad17a
|
chore: Release
|
2024-04-16 11:56:42 -05:00 |
|
Ed Page
|
73fb2cad75
|
docs: Update changelog
|
2024-04-16 11:56:30 -05:00 |
|
Ed Page
|
21838b0e7d
|
Merge pull request #1000 from epage/dba
fix(dict): Don't correct dBA
|
2024-04-16 11:55:49 -05:00 |
|
Ed Page
|
ee32d77aba
|
fix(dict): Don't correct dBA
I went with the direct unit which will be considered and identifier by
the casing, rather than also allowing this as a word.
Fixes #997
|
2024-04-16 11:37:04 -05:00 |
|
Ed Page
|
56df0bd8d6
|
test(dict): Show dBA behavior
|
2024-04-16 11:36:40 -05:00 |
|
Ed Page
|
efad85b292
|
chore: Release
|
2024-04-12 15:58:51 -05:00 |
|
Ed Page
|
bd72069e0a
|
chore: Release
|
2024-04-12 15:58:27 -05:00 |
|
Ed Page
|
19c217a99c
|
docs: Update changelog
|
2024-04-12 15:58:00 -05:00 |
|
Ed Page
|
4fff810a21
|
Merge pull request #995 from epage/kms
fix(dict): Don't correct kms
|
2024-04-12 15:56:58 -05:00 |
|
Ed Page
|
13d8f4b349
|
fix(dict): Don't correct kms
Fixes #993
|
2024-04-12 15:43:43 -05:00 |
|
Ed Page
|
45d4d0297f
|
Merge pull request #994 from epage/inout
fix(dict): Always allow inout
|
2024-04-12 15:34:47 -05:00 |
|
Ed Page
|
4d4e19f143
|
fix(dict): Always allow inout
Fixes #991
|
2024-04-12 15:26:35 -05:00 |
|
Ed Page
|
e1591a6852
|
chore: Release
|
2024-04-09 15:27:32 -05:00 |
|