Skip to content

Commit 062b04c

Browse files
revert: 1.0.0rc0 Release (#105)
This reverts commit 48cea35.
1 parent 48cea35 commit 062b04c

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
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-
224
1.0.0b1 (2022-08-09)
235
--------------------
246

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.0rc0"
72+
version = "1.0.0b1"
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.0rc0"
4+
__version__ = "1.0.0b1"

0 commit comments

Comments
 (0)