Releases: mjiggidy/pybinhistory
Releases · mjiggidy/pybinhistory
v0.6.0 - Picture Lock
binhistory
is in a good place -- pending community feedback, considering this a release candidate for v1.0.0
In this version:
binhistory
Package structure has been refinedBinLog
list operations solidified- Unit tests written
- Documentation updated
v0.5.0 - Studio Notes
- Refactored
BinLog
into acollections.UserList
- Added more convenience methods
- Preemptively found and fixed a leap year issue
- Ongoing work on documentation
v0.4.0 - Picture Lock
This is considered a release candidate for v1.0.0
- Added bin-referred methods (
BinLog.from_bin()
,BinLog.to_bin()
,BinLog.touch_bin()
) - Restructured modules (
binhistory.defaults
,binhistory.exceptions
) - Added unit tests
- Updated documentation
v0.3.1 - Soft Lock
Beta release for pypi. Install via pip:
python3 -m pip install pybinhistory
v0.3.0 - Soft Lock
Beta release for pypi
v0.2.0 - Latched
This is considered stable and a release candidate for v1.0. Real-life community testing is greatly appreciated!
v0.1.0-alpha
v0.1.0-alpha may work relatively well in many cases, especially reading logs. This does not yet implement necessary validation (mostly just character limits) for writing new bin log entries, so take care not to use computer names or user names that exceed 15 characters for now.