CHANGELOG

v1.0.0 (2024-01-29)

Breaking

  • fix: example of full version bump

BREAKING CHANGE: added whitespace (d040e79)

v0.1.1 (2024-01-29)

Documentation

  • docs: add doc link to readme.md (5d0303f)

Fix

  • fix(docs): made example change to test version bump (fea6ef5)

Unknown

v0.1.0 (2024-01-11)

Build

  • build: added dev dependencies for docs (26cc430)

  • build: add pytest and pytest-cov as dev dependencies (4b034e6)

  • build: remove upper bound on dependency versions (a3bbaf7)

  • build: add matplotlib as a dependency (c258b5c)

Documentation

  • docs: created docstrings for package functions (4570f95)

  • docs: updated readme and example (c89699d)

Feature

  • feat: add plotting module (f12e782)

  • feat: add word counting functions (66f3ede)

Test

  • test: add unit test for count_words (5d593a7)

Unknown