Releases: seppzer0/mdocker
Releases · seppzer0/mdocker
v0.3.1
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
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
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
Changelog:
- updated the core code;
- added a Docker image to test, build and upload the package;
- added new and refactored old tests;
- updated documentation.