diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e60ef..4defe3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.0 + - Add a new command, `pip-install-dependency-groups`, which is capable of installing dependency groups by invoking `pip` diff --git a/README.md b/README.md index 7c9a76f..b961c58 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ The `lint-dependency-groups` CLI is also available as a pre-commit hook: ```yaml repos: - repo: https://github.com/sirosen/dependency-groups - rev: 0.2.2 + rev: 0.3.0 hooks: - id: lint-dependency-groups ``` diff --git a/pyproject.toml b/pyproject.toml index 66cc23e..2d9cb4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ build = ["twine", "build"] [project] name = "dependency-groups" -version = "0.2.2" +version = "0.3.0" description = 'A tool for resolving PEP 735 Dependency Group data' readme = "README.md" requires-python = ">=3.9"