Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

69 lines (42 loc) · 1.39 KB

Skyr / Change Log

Unreleased

Added

  • #57: Support for Python 3.13

Behind-the-scenes

  • #57: Improved CI jobs

  • #57: Use flit to build packages

0.3.1 - 2023-10-03

Added

  • #43: Support for Python 3.12

0.3.0 - 2023-08-01

BREAKING

  • #43: Drop support for Python 3.8

Behind-the-scenes

  • Migrated to Hatch as task runner and build system

0.2.0 - 2023-03-29

Added

  • #9: Allow execution of scripts from ./.skyr/.

Changed

  • due to #9: script directory resolution logic was changed: if provided script dir doesn't exist, Skyr will fall back to ./.skyr/, then ./script/

0.1.1 - 2023-03-29

Fixed

  • 80afa7e3: Fixed setuptools module discovery

Behind-the-scenes

  • #7: Eat our own dog food
    • this means, Skyr uses Skyr scripts ✨
  • #12: Add GitHub Pages site

0.1.0 - 2023-02-07

Added

  • #4: Ability to run scripts inside ./script/