Skip to content

Releases: pomponchik/instld

0.0.25

16 Feb 23:19
2abf849
Compare
Choose a tag to compare

A small stabilization release.

  • The if __name__ == "__main__" idiom now is working.
  • Added a badge to the README that displays the number of lines in the project.
  • Added machinery for mutation testing.

0.0.24

17 Jan 21:05
80e9f37
Compare
Choose a tag to compare

A little update.

  • Added --isolated option.
  • Added release workflow.

0.0.23

28 Nov 11:47
b25aa61
Compare
Choose a tag to compare

A small but important update!

  • Added Python 3.12 support.
  • Added checks using Ruff.
  • The installation now takes place using pyproject.toml.
  • Added a pre-commit config.

0.0.22

13 Nov 12:17
ef4e473
Compare
Choose a tag to compare

A small but very important update.

  • REPL has finally been added!