Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.58 KB

Change Log

Unreleased

0.2.2

  • Adds Codecov badge and uploading to Codecov #20
  • Adds PyPi badge for latest version #20
  • Adds PyPi badge for supported Python versions #20
  • Adds CI test results badge against main branch #20

0.2.1

  • Supports tox running multiple Python versions: 3.9, 3.10, 3.11, 3.12 #15
  • CI will now run against 3.9, 3.10, 3.11, 3.12 versions of Python #15
  • REMOVED - Windows in the CI For now. Will address in #16 #15

0.2.0

  • Will now better handle building and deploying in the CI #7
  • Fixed issue with how packaging were not referenced properly after building #7
  • Introduced CHANGELOG #7

0.1.0

  • Provides base skeleton backbone #2
  • Implements the TCPListener #3
  • Implements the Connection Handler #4
  • Implements the Simple HTTP Application #5
  • Implements the Simple HTTP Node #6
  • Has a CI Pipeline #8