Skip to content

Commit cb4a533

Browse files
Use consistent header levels in CHANGELOG.md
1 parent 56b7a9b commit cb4a533

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.13.0
44

5-
## 🚀 New Features
5+
### 🚀 New Features
66

77
- New high-level interfaces have been added: `usethis init` to initialize projects including recommended tools, and `usethis lint`, `usethis format`, `usethis spellcheck`, and `usethis test` to add sets of recommended tools for different purposes. For example, `usethis lint` will add both Ruff and deptry. As recommended tooling changes in the long-term, these commands will remain the same but potentially change the specific tools they include.
88

@@ -12,13 +12,13 @@
1212

1313
- The `usethis docstyle` possible arguments (`numpy`, `google`, and `pep257`) are now handled in a way that should lead to more readable error messages and `--help` explanations.
1414

15-
## 🦾 Robustness
15+
### 🦾 Robustness
1616

1717
- If `pre-commit install` does not run successfully (e.g. if there is not Git Repository for the project) then usethis will display a message for the user to ask them to run this command themselves, rather than the previous behaviour which was to stop with an error.
1818

1919
- Syntax errors in TOML and INI configuration files will be handled when trying to determine whether a given tool is being used. A warning is displayed but usethis will continue under the assumption that the invalid file does not contain relevant configuration for the tool.
2020

21-
## 🐞 Bug Fixes
21+
### 🐞 Bug Fixes
2222

2323
- Previously, when calling `usethis tool ruff --how`, any passed `--linter` or `--formatter` arguments would be ignored and instructions would be displayed for both the linter and the formatter regardless. This is no longer the case - now if either the `--linter` or `--formatter` argument is passed, just the specified arguments will be considered in terms of the messages displayed.
2424

@@ -28,17 +28,17 @@
2828

2929
- Previously, the `usethis rule` command did not handle some error messages properly, and would dump the full stack trace. This has been resolved.
3030

31-
## 📦 Packaging
31+
### 📦 Packaging
3232

3333
- The `typer` dependency lower bound has been bumped from version 0.6.0 to 0.12.4 to provide support for union types of Enum with `None`.
3434

35-
## 📚 Documentation
35+
### 📚 Documentation
3636

3737
- More information has been added to the README in the Command Line Interface Table of Contents, giving a one-line summary of each command.
3838

3939
- The GitHub Issue templates have been simplified down to make them more accessible.
4040

41-
## 🔧 Internal Changes
41+
### 🔧 Internal Changes
4242

4343
- The test suite on CI now runs on the lowest supported version of uv (0.5.29), rather than just the latest version.
4444

0 commit comments

Comments
 (0)