Releases: caleb531/cache-simulator
Releases · caleb531/cache-simulator
v2.0.2
- Optimized logic for printing table rows; this probably won't be noticeable, but it improves adherence to best practices
Housekeeping
- Internally, the project now uses uv for development, but the CLI usage is unchanged
v2.0.1
- Resurrect the missing project description on PyPI
- Add Python 3.6 to CI pipeline
- Modularize the
Cache
class method a little bit
v2.0.0
- No breaking changes to the command-line API
- Modularized codebase into separate classes
v1.0.2
- Fixed a bug where some tests would fail if the column width of the terminal was less than 80
v1.0.1-rev.1
- Added pypandoc as a dependency so that the PyPI project description is generated
v1.0.1
- Fixed a bug where the unit tests would fail if the user's terminal width was not set to 80 columns