Skip to content

Releases: seppzer0/mdocker

v0.3.1

12 Apr 10:51
Compare
Choose a tag to compare

Changelog📝

  • fixed builder instance management logic for multi-target builds;
  • added a missing default value to bcontext argument;
  • added ignore rules for pyright checks;
  • updated documentation.

v0.3.0

05 Apr 17:51
Compare
Choose a tag to compare

Changelog 📝

  • added Pydantic usage;
  • added internal interface for the image builder;
  • updated internal Python module usage/accesses;
  • moved default values;
  • updated type hints;
  • updated documentation.

v0.2.1

01 Dec 12:56
Compare
Choose a tag to compare

Changelog:

  • make the builder instance created only once for the group of specified target platforms;
  • add GitLab CI for autotagging;
  • update metadata.

v0.2.0

23 Nov 15:48
Compare
Choose a tag to compare

Changelog:

  • updated the core code;
  • added a Docker image to test, build and upload the package;
  • added new and refactored old tests;
  • updated documentation.