All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
No notable changes have been made.
0.11.0 - 2021-12-20
- BREAKING CHANGE: Sync with cc-python version
v2021.12.20(drops Python3.7 support).
0.10.0 - 2021-12-11
- Remove
bugyi.shbash library.
0.9.0 - 2021-12-11
- Add
bugyi.shbash library.
0.8.0 - 2021-11-24
- Use python-result library instead of
lib.resultmodule.
0.7.0 - 2021-11-23
- The
shell.*_popen()functions now return a Process object.
0.6.1 - 2021-10-04
- Fix
_path_to_module()whensys.pathcontainsPathobjects.
0.6.0 - 2021-10-01
- Add
io.colorsclass.
0.5.0 - 2021-09-28
- Improve the
io.get_secret()function.
- Increase test coverage to >=30%.
0.4.0 - 2021-09-26
- Removed the
lib.climodule, which has been migrated to the clap package.
0.3.0 - 2021-09-25
- Integrated the
logutilspackage into this package.
0.2.1 - 2021-09-25
- Added
py.typedfile so mypy works with this package.
0.2.0 - 2021-09-25
- Initialized package with initial module files (e.g.
cli.py,errors.py,meta.py).
0.1.0 - 2021-09-23
- First release.