Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 1.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v0.1.0] - 2020-12-15

Added

  • CHANGELOG can be parsed by the github action

[v0.1.1] - 2020-12-15

Added

  • Adding MIT licence

[v0.2.0] - 2020-12-15

Added

  • Feature: Add cli command hello-world for printing hello world message with emoji

[v0.3.0] - 2021-01-17

Added

  • Feature: Replace dict to enum types for globe-emoji option (with a choice on all enums)
  • Feature: Install script 'helloworld' with poetry script
  • Feature: Add logging support (for debug logs)
  • CI: Activate workflow on dev pushes
  • Core: Support for python 3.6.9
  • Core: Cruft - Update with template

[v0.4.0] - 2021-01-27

Added

  • Feature: add new option '--show-banner'
  • Feature: add new option '--version'
  • Feature: use ip_address for type hint and use it in 'get_external_ip'[v4]

[v0.4.2] - 2021-01-27

Added

  • Fix: support version from distribution informations