Skip to content

Commit ead5e47

Browse files
Merge branch 'changelog/v0.19.0' of https://github.com/nathanjmcdougall/usethis-python into changelog/v0.19.0
2 parents 0260b09 + d61c462 commit ead5e47

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
### 🧹 Maintenance
1414

15-
- The latest version of the Bitbucket Pipelines configuration file schema is now supported, specifically support for _source_ import pipelines (in addition to the legacy inline import pipelines).
15+
- The latest version of the Bitbucket Pipelines configuration file schema is now supported, specifically _source_ import pipelines (in addition to the legacy inline import pipelines).
1616

1717
### 📚 Documentation
1818

@@ -24,7 +24,7 @@
2424

2525
### 🔧 Internal Changes
2626

27-
- An bug in the pipeweld utility has been fixed. The bug did not functionally affect usethis, but involved incorrect insertion behaviour of Parallel components in the presence of empty Series branches.
27+
- A bug in the pipeweld utility has been fixed. The bug did not functionally affect usethis, but involved incorrect insertion behaviour of Parallel components in the presence of empty Series branches.
2828

2929
- As of uv version 0.9.9, uv supports the [`UV_NO_DEFAULT_GROUPS`](https://docs.astral.sh/uv/reference/environment/#uv_no_default_groups) environment variable, which is now being used for CI configuration. This causes changes to tested behaviour of usethis, and so the lowest tested version of uv is now v0.9.9. Going forward, it is not recommended to use older versions of uv with usethis.
3030

@@ -38,11 +38,11 @@
3838

3939
- The `Tool` class now inherits from `ToolSpec` for the methods which do not involve dynamic inference.
4040

41-
- Many methods on the `Tool` and `ToolSpec` classes have been renamed and reorganized for convenience, including the introduction of a `ToolMeta` abstraction for grouping basic tool metadata (name, documentation URL, etc.)
41+
- Many methods on the `Tool` and `ToolSpec` classes have been renamed and reorganized for convenience, including the introduction of a `ToolMeta` abstraction for grouping basic tool metadata (name, documentation URL, etc.).
4242

4343
- There is now a dedicated module for heuristics for detecting tool usage.
4444

45-
- The logic for selecting CI vs. pre-commit is now abstracted into the `Tool` class instead repeated for individual tool implementations.
45+
- The logic for selecting CI vs. pre-commit is now abstracted into the `Tool` class instead of being repeated for individual tool implementations.
4646

4747
- Various submodules of `usethis._integrations` have been promoted into their own higher level modules to accommodate these changes while preserving a layered architecture.
4848

0 commit comments

Comments
 (0)