Releases: shunichironomura/capsula
Releases · shunichironomura/capsula
v0.0.23
What's Changed
- pytest coverage by @shunichironomura in #100
- Coverage Report by @github-actions in #101
- Add genbadge to generate coverage badge in test.yml by @shunichironomura in #102
- Update coverage report on pull request by @shunichironomura in #104
- Remove coverage report from version control by @shunichironomura in #105
- Ignore coverage reports except coverage-badge.svg by @shunichironomura in #106
- Update test workflow to specify paths for actions by @shunichironomura in #107
- Improve hash by @shunichironomura in #108
- Add
capsula --version
command by @shunichironomura in #110 - improve coverage by @shunichironomura in #111
- improve coverage by @shunichironomura in #112
- Add
py.typed
file by @shunichironomura in #113 - Refactor mypy overrides for matplotlib modules by @shunichironomura in #115
- Bump version to v0.0.23 by @github-actions in #116
Full Changelog: v0.0.22...v0.0.23
v0.0.22
What's Changed
- Support Python 3.9 by @shunichironomura in #94
- Python 3.8 support by @shunichironomura in #97
- Bump version to v0.0.22 by @github-actions in #98
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's Changed
- Add python 310 support by @shunichironomura in #87
- Remove trailing commas in .vscode/settings.json by @shunichironomura in #88
- rename ruff.yaml by @shunichironomura in #89
- Add GitHub badges by @shunichironomura in #90
- Introduce mypy by @shunichironomura in #91
- Merge GitHub workflows by @shunichironomura in #92
- Bump version to v0.0.21 by @github-actions in #93
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
- Update target version to >= 3.10 in black and ruff config by @shunichironomura in #80
- Move general config out of capture and refactor configuration code by @shunichironomura in #81
- Add
capture
option to monitor config by @shunichironomura in #82 - Add capsule name environment variable
CAPSULA_CAPSULE_NAME
by @shunichironomura in #84 - Add Ruff's pep8-naming.classmethod-decorators by @shunichironomura in #83
- Bump version to v0.0.20 by @github-actions in #85
Full Changelog: v0.0.19...v0.0.20
v0.0.19
What's Changed
- Reposition cpu attribute in Context class by @shunichironomura in #71
- Change the referenece path to the root directory by @shunichironomura in #72
- Add repository, keywords, and classifiers to
pyproject.toml
by @shunichironomura in #74 - improve readme by @shunichironomura in #76
- Bump version to v0.0.19 by @github-actions in #77
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Update default field and alias in CaptureFileConfig by @shunichironomura in #68
- Bump version to v0.0.18 by @github-actions in #69
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- Add
move
option to file by @shunichironomura in #66 - Bump version to v0.0.17 by @github-actions in #67
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Merge bump-version/v0.0.15 to main by @github-actions in #56
- Remove
tbump
and use Poetry's version bump and dynamic__version__
setting by @shunichironomura in #60 - Improve the GitHub Action release workflow by @shunichironomura in #61
- Bump version to v0.0.16 by @github-actions in #62
- Update GitHub workflow to create git tag by @shunichironomura in #63
- Add write permissions and push tags in release.yml by @shunichironomura in #64
- Configure git user for github-actions in release workflow by @shunichironomura in #65
New Contributors
- @github-actions made their first contribution in #52
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- Merge bump-version/v0.0.14 to main by @github-actions in #52
- Update pydantic version in poetry dependencies by @shunichironomura in #53
- Update pyproject.toml with new ignore rules by @shunichironomura in #54
- feature/shell true by @shunichironomura in #55
New Contributors
- @github-actions made their first contribution in #52
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- monitor/calc pi dec by @shunichironomura in #33
- Add noqa comment to items parameter in run methods by @shunichironomura in #34
- exception handling by @shunichironomura in #35
- Add function info to PreRunInfoFunc setup by @shunichironomura in #36
- test/capture by @shunichironomura in #37
- gh action/pytest by @shunichironomura in #38
- gh action/release by @shunichironomura in #39
- Comment out Python version in GitHub workflow by @shunichironomura in #40
- Update GitHub release process in workflow by @shunichironomura in #41
- Update git commit and push in GitHub workflow by @shunichironomura in #42
- Add write permissions to release workflow by @shunichironomura in #43
- Update GitHub actions to create draft release by @shunichironomura in #44
- gh action/release final by @shunichironomura in #45
- Add verify-tag option to github release command by @shunichironomura in #46
- Update release trigger in Github workflow by @shunichironomura in #47
- Update Python version to 3.11 in GitHub workflows by @shunichironomura in #48
- Update release creation in GitHub workflow by @shunichironomura in #49
- Update release.yml for better PR handling by @shunichironomura in #50
- Add write permissions for pull-requests in release.yml by @shunichironomura in #51
Full Changelog: v0.0.9...v0.0.14