Skip to content

Commit 63886fa

Browse files
committed
v0.1.1 added changelog to documentation
1 parent 035b94b commit 63886fa

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Changelog
22

3-
## [0.1.2] - 2025-02-17
4-
### Added
5-
- add changelog.md to the documentation
6-
73
## [0.1.1] - 2025-02-17
4+
85
### Changed
6+
97
- Updated GitHub Actions workflows:
8+
109
- Modified `pulish_to_pypi.yml` to be triggered only on major or minor version changes.
1110
- Modified `publish_documenation.yml` to be triggered only on major or minor version changes.
1211

12+
- add changelog.md to the documentation
13+
1314
## [0.1.0] - 2025-02-17
15+
1416
### Added
17+
1518
- Initialized changelog file and added basic versioning structure.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ maintainers = [
2020
license = {text = "MIT License"}
2121
requires-python = ">=3.7"
2222
keywords = ["explainability", "machine learning", "deep learning", "interpretability", "feature effect"]
23-
version = "0.1.0"
23+
version = "0.1.1"
2424
readme = "README.md"
2525
dependencies = [
2626
"matplotlib",

0 commit comments

Comments
 (0)