Skip to content

Commit 48cea35

Browse files
chore: 1.0.0rc0 Release (#104)
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) Co-authored-by: playpauseandstop <[email protected]>
1 parent 810df9a commit 48cea35

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.rst

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

4+
1.0.0rc0 (2024-12-26)
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+
422
1.0.0b1 (2022-08-09)
523
--------------------
624

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 <[email protected]>"]
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)