Skip to content

Commit

Permalink
Prepare 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist committed Apr 20, 2024
1 parent 90ca3be commit 2c17f67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "datacontract-cli"
version = "0.10.0"
version = "0.10.1"
description = "Test data contracts"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 2c17f67

Please sign in to comment.