Skip to content

Latest commit

 

History

History
107 lines (88 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

107 lines (88 loc) · 4.04 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.

Added

  • Support for Python 3.12 (#405)

Changed

  • Switch from poetry to pdm (#457)
  • Switch from pdm to uv (#604)

Fixed

  • Enable more linting rules (#444)

0.5.0 - 2023-07-02

Added

  • Allow running Python module as script: python -m mmemoji (#94)
  • Support for Python 3.11 (#206)

Changed

Removed

  • Drop support for Python 3.7 (#320)

0.4.0 - 2022-03-27

Changed

Fixed

  • Set minimum dependencies versions (#90)

0.3.1 - 2021-10-17

Fixed

  • Move mypy-extensions to main dependencies (#23)

0.3.0 - 2021-10-17

Added

  • Add download command (#8)
  • Support for Python 3.8/3.9/3.10 (#10)
  • Enable Mypy static type checker (#12)

Changed

  • Switch from setuptools to poetry (#11)
  • Switch from Travis CI to Github Actions (#13)
  • Rename Emoji.emoji property to Emoji.metadata (#16)

Fixed

  • Remove accents in Emoji names instead of replacing characters by underscores (#20)

Removed

0.2.0 - 2019-09-15

Added

  • Add list command (#5)
  • Add search command (#5)
  • documentation: Add deletion to examples (#2)

Changed

0.1.0 - 2019-01-08

Added

  • Initial release