Skip to content

4.0.1

Latest
Compare
Choose a tag to compare
@radeklat radeklat released this 12 Oct 10:36
· 1 commit to main since this release
a525489

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Types of changes are:

  • Breaking changes for breaking changes.
  • Features for new features or changes in existing functionality.
  • Fixes for any bug fixes.
  • Deprecated for soon-to-be removed features.

Unreleased

4.0.1 - 2023-10-12

Fixes

  • Dependencies update.

4.0.0 - 2023-09-15

Breaking changes

  • Upgrade from pydantic 1.x to 2.x.

Fixes

  • Dependencies update.
  • Update parameters deprecated in pydantic 2.x.

3.0.0 - 2023-06-25

Breaking changes

  • Drops Python 3.7 support.

Fixes

  • Pass full Python version to Dockerfile if available.

2.0.0 - 2022-12-29

Breaking changes

  • Renamed command from build-docker to docker-build.
  • Renamed config option from dockerhub to docker_build.
  • Renamed config option key from username to dockerhub_username.

Fixes

  • Add missing dependency on packaging.

1.1.0 - 2022-12-29

Features

1.0.0 - 2022-12-29

Features

  • Initial source code