File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## 0.0.7
8
+
7
9
### Fixed
8
10
9
11
- Invalid 'buildx bake' configuration file generated due to architecture not being a list anymore. ([ #13 ] )
Original file line number Diff line number Diff line change 1
- # image-tools v0.0.6
1
+ # image-tools v0.0.7
2
2
3
3
Commandline tools to manage Stackable container images available at https://github.com/stackabletech/docker-images
4
4
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
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] " }]
7
5
description = " Image tools for the Stackable Data Platform."
8
6
readme = " README.md"
9
7
requires-python = " >=3.10"
10
8
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" ,
18
12
]
13
+ dependencies = [" Jinja2>=3.1.2" , " PyYAML>=6.0" ]
19
14
[project .optional-dependencies ]
20
15
lint = [' ruff==0.0.275' , ' mypy==1.4.0' ]
21
16
You can’t perform that action at this time.
0 commit comments