Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 407 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 407 Bytes

0.1.1 (2021-10-19)

Fix

  • test bump and changelog changes

0.1.0 (2021-10-17)

Fix

  • linked list flake8 errors
  • add missing init.py files
  • minor typos in methods' names

Refactor

  • remove unnecessary imports

Feat

  • add missing str and repr to linear DS
  • add str method for Deque
  • add str method to Queue
  • add str method to Stack
  • add Black formatter