Skip to content

Releases: caleb531/cache-simulator

v2.0.2

24 Jun 00:16
dbb5901
Compare
Choose a tag to compare
  • 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

29 May 03:12
4fff32f
Compare
Choose a tag to compare
  • 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

06 Apr 04:29
ee125ad
Compare
Choose a tag to compare
  • No breaking changes to the command-line API
  • Modularized codebase into separate classes

v1.0.2

14 Nov 17:37
a109d33
Compare
Choose a tag to compare
  • Fixed a bug where some tests would fail if the column width of the terminal was less than 80

v1.0.1-rev.1

08 Aug 20:45
Compare
Choose a tag to compare
  • Added pypandoc as a dependency so that the PyPI project description is generated

v1.0.1

08 Aug 20:41
Compare
Choose a tag to compare
  • Fixed a bug where the unit tests would fail if the user's terminal width was not set to 80 columns

v1.0.0

09 Jul 05:01
Compare
Choose a tag to compare
  • Initial release