Skip to content

Commit 240053a

Browse files
committed
docs: Update changelog
1 parent d74fc5d commit 240053a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Features
11+
12+
- *(config)* Store config in `Cargo.toml`
13+
1014
## [1.23.4] - 2024-07-25
1115

1216
### Fixes

docs/reference.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Configuration is read from the following (in precedence order)
88

99
- Command line arguments
1010
- File specified via `--config PATH`
11-
- Search parents of specified file / directory for one of `typos.toml`, `_typos.toml`, `.typos.toml`, or `pyproject.toml`.
12-
- In the case of `pyproject.toml`, the below fields must be under the `[tool.typos]` section. If this section does not
11+
- Search parents of specified file / directory for one of `typos.toml`, `_typos.toml`, `.typos.toml`, `Cargo.toml`, or `pyproject.toml`.
12+
- In `pyproject.toml`, the below fields must be under the `[tool.typos]` section. If this section does not
1313
exist, the config file will be skipped.
14+
- In `Cargo.toml`, the below fields must be under either `[workspace.metadata.typos]` or `[package.metadata.typos]`
1415

1516
### Config Fields
1617

0 commit comments

Comments
 (0)