File tree 3 files changed +2
-20
lines changed
src/pre_commit_run_hook_entry
3 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 1
1
1.0.0 (In Development)
2
2
======================
3
3
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
-
22
4
1.0.0b1 (2022-08-09)
23
5
--------------------
24
6
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ ignore_missing_imports = true
69
69
70
70
[tool .poetry ]
71
71
name = " pre-commit-run-hook-entry"
72
- version = " 1.0.0rc0 "
72
+ version = " 1.0.0b1 "
73
73
description = " Run pre-commit hook entry. Allow to run pre-commit hooks for text editor formatting / linting needs"
74
74
authors = [
" Igor Davydenko <[email protected] >" ]
75
75
license = " BSD-3-Clause"
Original file line number Diff line number Diff line change 1
1
__prog__ = "pre-commit-run-hook-entry"
2
2
__author__ = "Igor Davdenko"
3
3
__license__ = "BSD-3-Clause"
4
- __version__ = "1.0.0rc0 "
4
+ __version__ = "1.0.0b1 "
You can’t perform that action at this time.
0 commit comments