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