Releases: mjiggidy/pybinhistory
Releases · mjiggidy/pybinhistory
v0.7.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- Better custom exceptions
- Unit tests written
- Improved examples
- Documentation updated
Full Changelog: v0.5.0...v0.7.0
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
Full Changelog: v0.5.0...v0.6.0
v0.5.0 - Latched
- Refactored
BinLog
into acollections.UserList
- Added more convenience methods
- Preemptively found and fixed a leap year issue
- Ongoing work on documentation
v0.4.0 - Studio Notes
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 - Directors Cut
Beta release for pypi. Install via pip:
python3 -m pip install pybinhistory
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.