From 2c17f67830f8d6b5496b50a1f4b91ef4fafdf807 Mon Sep 17 00:00:00 2001 From: jochen Date: Sat, 20 Apr 2024 12:57:04 +0200 Subject: [PATCH] Prepare 0.10.1 --- CHANGELOG.md | 6 ++++++ Dockerfile | 1 - pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e33cfbd..070a6ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +## [0.10.1] - 2024-04-19 + +### Fixed + +- Fixed docker columns + ## [0.10.0] - 2024-04-19 ### Added diff --git a/Dockerfile b/Dockerfile index 308aa132..34af75d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,6 @@ WORKDIR /home/datacontract # the stdout and stderr streams are sent straight to terminal (e.g. your container log) without # being first buffered and that you can see the output of your application in real time. ENV PYTHONUNBUFFERED=1 -ENV COLUMNS=5000 ENV VIRTUAL_ENV=/opt/venv ENV PATH="/opt/venv/bin:$PATH" diff --git a/pyproject.toml b/pyproject.toml index 568a4409..bd2e8673 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "datacontract-cli" -version = "0.10.0" +version = "0.10.1" description = "Test data contracts" readme = "README.md" authors = [