Skip to content

Commit

Permalink
chore: 1.0.0rc0 Release (#111)
Browse files Browse the repository at this point in the history
Features:
---------

- **BREAKING CHANGE:** Only support latest pre-commit 4.0 (#101)

Other:
------

- **BREAKING CHANGE:** Update dev Python version to 3.11.1 (#89)
- Sync common project files (#86)
- Do not install all for tests (#87)
- Update Python dev version to 3.10.8 (#88)
- Monthly maintenance (Jan 2023) (#96)
- Bump dev Python version to 3.11.2 (#99)
- Update CI badge and versions table in README (#103)
- (**deps-dev**) bump pytest-cov from 4.1.0 to 5.0.0 in the dev-dependencies group (#102)
- Setup proper permissions for CI Package reusable workflow call (#106)
- Disable attestations on publishing to PyPI from reusable workflow (#109)

Co-authored-by: playpauseandstop <[email protected]>
  • Loading branch information
1 parent c09bc3c commit a99c755
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
1.0.0 (In Development)
======================

1.0.0rc0 (2024-12-27)
---------------------

**Features:**

- **BREAKING CHANGE:** Only support latest pre-commit 4.0 (#101)

**Other:**

- **BREAKING CHANGE:** Update dev Python version to 3.11.1 (#89)
- Sync common project files (#86)
- Do not install all for tests (#87)
- Update Python dev version to 3.10.8 (#88)
- Monthly maintenance (Jan 2023) (#96)
- Bump dev Python version to 3.11.2 (#99)
- Update CI badge and versions table in README (#103)
- (**deps-dev**) bump pytest-cov from 4.1.0 to 5.0.0 in the dev-dependencies group (#102)
- Setup proper permissions for CI Package reusable workflow call (#106)
- Disable attestations on publishing to PyPI from reusable workflow (#109)

1.0.0b1 (2022-08-09)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "pre-commit-run-hook-entry"
version = "1.0.0b1"
version = "1.0.0rc0"
description = "Run pre-commit hook entry. Allow to run pre-commit hooks for text editor formatting / linting needs"
authors = ["Igor Davydenko <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/pre_commit_run_hook_entry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__prog__ = "pre-commit-run-hook-entry"
__author__ = "Igor Davdenko"
__license__ = "BSD-3-Clause"
__version__ = "1.0.0b1"
__version__ = "1.0.0rc0"

0 comments on commit a99c755

Please sign in to comment.