Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 741 Bytes

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 741 Bytes

Changelog

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

[Unreleased]

[0.3.0] - 2023-11-24

Changed

  • Upgrade Pydantic to V2.

Removed

  • Drop support for Python 3.7

[0.2.1] - 2023-02-12

Security

  • Updated certifi package to version 2022.12.7

[0.2.0] - 2022-07-11

Added

  • Syntax highlighting in session command.
  • Autocompletion of session subcommands.
  • Ability to read history of previous commands typed in the current session.
  • Auto-suggestion of commands based on your history within the current session.

[0.1.0] - 2022-05-29

Added

  • First release of the package.