Skip to content

Latest commit

 

History

History
73 lines (35 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

73 lines (35 loc) · 3.03 KB

CHANGELOG

v0.2.0 (2023-10-18)

Chore

  • chore: increase version number (59f782b)

Feature

  • feat: pin InquirerPy dep (3627356)

  • feat: lower python minimum version from 3.9 to 3.7 (cf503b5)

Fix

  • fix(codecov.yml): set python-version to 3.7 (7163307)

Refactor

  • refactor(requirements.txt): pin Trapdoor version (847e4cd)

v0.1.0 (2023-10-12)

Feature

  • feat: add class EchoPrompt (766d5cd)

Unknown

  • Merge branch 'main' of github.com:Kraymer/echoprompt (53aebb7)

v0.0.1 (2023-10-12)

Chore

  • chore: update .gitignore (4354503)

Ci

  • ci: add permissions for semantic release (d84707b)

  • ci(build): remove windows platform (a5f4c95)

  • ci: try upgrading codecov workflow to v3 (823ca22)

Fix

  • fix: link to correct python-build.yml (96c7460)

  • fix(codecov.yml): upgrade python to 3.9 for checkout action (05e9bc2)

  • fix: upgrade python to 3.9 for checkout action (13174c1)

  • fix: upgrade required python to 3.9 (30944ea)

  • fix: update requirements (a15e9df)

  • fix: reset version and changelog (419d6ea)

  • fix: rename package cornerstone => echoprompt (4cdab8d)

Refactor

  • refactor: replace "cornerstone" by "echoprompt"" (aed980e)

Unknown