Skip to content

Commit 8dbb72b

Browse files
committed
revert
1 parent a37f66f commit 8dbb72b

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

docs/change-log.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,6 @@
11
# Changelog
22

33

4-
## 0.7.0b0 (2026-01-03)
5-
6-
7-
- ci(release-bump): update step name to clarify version bump and tagging process
8-
- ci(release-bump): remove GitHub token from release-bump workflow
9-
- ci(release-bump): add GitHub token for release bump in main
10-
- chore(pyproject): remove update_changelog_on_bump configuration
11-
- chore(release): add Commitizen and GitHub release workflow (#126)
12-
- chore(release): add Commitizen and GitHub release workflow
13-
- - Added Commitizen for conventional commit management and versioning
14-
- Created GitHub Actions workflow to publish releases using Commitizen
15-
- Updated Commitizen to v4.8.3 and replaced deprecated commands
16-
- Removed `dependabot.yml` and Poetry configuration
17-
- ref: #127
18-
- chore(templates): refine issue templates and add performance and documentation categories (#124)
19-
- - Updated bug report template with clearer sections and reproducibility requirements
20-
- Enhanced feature request template with detailed prompts for API changes and performance considerations
21-
- Added new templates for performance issues and documentation improvements
22-
- Configured default behavior to disable blank issues and added links for Q&A and documentation access
23-
- ref: #125
24-
- ci: update workflow triggers and improve Codecov reporting (#122)
25-
- ci: update workflow triggers and improve Codecov reporting
26-
- - Trigger PyPI publish workflow only on release published event
27-
- Adjust tests.yml trigger to fix Codecov reporting for main branch
28-
- Added step to upload detailed Codecov test report
29-
- Removed Codecov token and restricted trigger to pushes on main
30-
- ref: #123
31-
- ci(pypi): trigger publish workflow only on release published event (#120)
32-
- ref: #121
33-
344
## 0.6.3 (2025-08-08)
355
##### Distributions
366
* fix the `chisquare` method to all distributions.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "statista"
3-
version = "0.7.0b0"
3+
version = "0.6.3"
44
description = "statistics package"
55
readme = "README.md"
66
license = {text = "GPL-3.0-or-later"}

0 commit comments

Comments
 (0)