Skip to content

Latest commit

 

History

History
52 lines (26 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

52 lines (26 loc) · 1.12 KB

Changelog for vimala

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.

No notable changes have been made.

0.2.0 - 2024-03-08

Added

  • Provide a pytest plugin to clients (vimala.pytest_plugin).

Changed

  • BREAKING CHANGE: Return a lazy result from vim() to force the ErisResult to be checked.

0.1.2 - 2022-02-08

Fixed

  • Fix vim() function blocking forever.
  • Remove timeout from vim subprocess.

0.1.1 - 2022-02-07

Added

  • Add the vimala.vim() function.

Miscellaneous

  • First real release.

0.1.0 - 2022-01-15

Miscellaneous

  • First release.