Skip to content

Commit a99c755

Browse files
chore: 1.0.0rc0 Release (#111)
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 <21325+playpauseandstop@users.noreply.github.com>
1 parent c09bc3c commit a99c755

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
1.0.0 (In Development)
22
======================
33

4+
1.0.0rc0 (2024-12-27)
5+
---------------------
6+
7+
**Features:**
8+
9+
- **BREAKING CHANGE:** Only support latest pre-commit 4.0 (#101)
10+
11+
**Other:**
12+
13+
- **BREAKING CHANGE:** Update dev Python version to 3.11.1 (#89)
14+
- Sync common project files (#86)
15+
- Do not install all for tests (#87)
16+
- Update Python dev version to 3.10.8 (#88)
17+
- Monthly maintenance (Jan 2023) (#96)
18+
- Bump dev Python version to 3.11.2 (#99)
19+
- Update CI badge and versions table in README (#103)
20+
- (**deps-dev**) bump pytest-cov from 4.1.0 to 5.0.0 in the dev-dependencies group (#102)
21+
- Setup proper permissions for CI Package reusable workflow call (#106)
22+
- Disable attestations on publishing to PyPI from reusable workflow (#109)
23+
424
1.0.0b1 (2022-08-09)
525
--------------------
626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ignore_missing_imports = true
6969

7070
[tool.poetry]
7171
name = "pre-commit-run-hook-entry"
72-
version = "1.0.0b1"
72+
version = "1.0.0rc0"
7373
description = "Run pre-commit hook entry. Allow to run pre-commit hooks for text editor formatting / linting needs"
7474
authors = ["Igor Davydenko <iam@igordavydenko.com>"]
7575
license = "BSD-3-Clause"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__prog__ = "pre-commit-run-hook-entry"
22
__author__ = "Igor Davdenko"
33
__license__ = "BSD-3-Clause"
4-
__version__ = "1.0.0b1"
4+
__version__ = "1.0.0rc0"

0 commit comments

Comments
 (0)