Skip to content

Commit c510f13

Browse files
authored
release 0.0.7 (#14)
1 parent a0530a0 commit c510f13

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## 0.0.7
8+
79
### Fixed
810

911
- Invalid 'buildx bake' configuration file generated due to architecture not being a list anymore. ([#13])

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# image-tools v0.0.6
1+
# image-tools v0.0.7
22

33
Commandline tools to manage Stackable container images available at https://github.com/stackabletech/docker-images
44

pyproject.toml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
[project]
22
name = "image-tools-stackabletech"
3-
version = "0.0.6"
4-
authors = [
5-
{ name = "Razvan Mihai", email = "[email protected]" }
6-
]
3+
version = "0.0.7"
4+
authors = [{ name = "Razvan Mihai", email = "[email protected]" }]
75
description = "Image tools for the Stackable Data Platform."
86
readme = "README.md"
97
requires-python = ">=3.10"
108
classifiers = [
11-
"Programming Language :: Python :: 3",
12-
"License :: OSI Approved :: MIT License",
13-
"Operating System :: OS Independent",
14-
]
15-
dependencies = [
16-
"Jinja2>=3.1.2",
17-
"PyYAML>=6.0"
9+
"Programming Language :: Python :: 3",
10+
"License :: OSI Approved :: MIT License",
11+
"Operating System :: OS Independent",
1812
]
13+
dependencies = ["Jinja2>=3.1.2", "PyYAML>=6.0"]
1914
[project.optional-dependencies]
2015
lint = ['ruff==0.0.275', 'mypy==1.4.0']
2116

0 commit comments

Comments
 (0)