Skip to content

Commit 3d11be9

Browse files
committed
build: bump version 0.1.0 -> 1.0.0-rc1
1 parent ef625f3 commit 3d11be9

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## 1.0.0-rc1 (2025-12-21)
2+
3+
### BREAKING CHANGE
4+
5+
- Centurion ERP will not include whats in this plugin
6+
7+
### feat
8+
9+
- **hook**: Add hook pytest_pycollect_makeitem
10+
- **test**: added test suites from Centurion ERP
11+
12+
### Refactoring
13+
14+
- rename src -> pytest_simplified
15+
16+
## 0.1.0 (2025-12-21)
17+
18+
### Fixes
19+
20+
- **project**: corret entrypoint

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"
1515
name = "pytest-simplified"
1616
description = "A PyTest plugin to simplify testing classes."
1717

18-
version = "0.1.0"
18+
version = "1.0.0-rc1"
1919

2020
readme = {file = "README.md", content-type = "text/markdown"}
2121
requires-python = ">=3.11"

0 commit comments

Comments
 (0)