Skip to content

Commit

Permalink
fix: Merge pull request #41 from OZI-Project/0.6
Browse files Browse the repository at this point in the history
0.6
  • Loading branch information
rjdbcm authored Aug 16, 2024
2 parents 02062f1 + 7992390 commit 0132861
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# ozi-spec CHANGELOG
## 0.6.0 (2024-08-16)


### Feature


* feat: added ``cibuildwheel`` and ``twine`` as plugins

Also pins pip-tools~=7.4, OZI.build~=1.0.2, tox~=4.18, tox-gh~=1.3 — rjdbcm <[email protected]>
([`02062f1`](https://github.com/OZI-Project/ozi-spec/commit/02062f1fbf2a8d1750bab9e3855152eeb7d118e6))


### Unknown


* :rotating_light: run black — rjdbcm <[email protected]>
([`abf9aa2`](https://github.com/OZI-Project/ozi-spec/commit/abf9aa2902c8a77b032a9aa3457226942599f5ec))

## 0.5.10 (2024-08-12)


Expand Down
4 changes: 2 additions & 2 deletions ozi_spec/_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Spec(Default):
"""OZI Specification metadata."""

version: str = field(
default='0.5',
default='0.6',
metadata={'help': 'OZI specification standard version.'},
)
python: PythonProject = ClassicProject()
Expand All @@ -36,7 +36,7 @@ class OZI(Default):
"""OZI distribution metadata."""

version: str = field(
default='1.17',
default='1.18',
metadata={'help': 'Currently installed version of the OZI package.'},
)
python_support: PythonSupport = PythonSupport()
Expand Down
1 change: 1 addition & 0 deletions ozi_spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ class ClassicDist(CheckpointSuite):
.. versionchanged:: 0.6
Added ``cibuildwheel`` and ``twine`` as plugins.
"""

module: tuple[str, ...] = ('python-semantic-release', 'sigstore')
utility: Mapping[str, str] = field(
default_factory=lambda: {
Expand Down

0 comments on commit 0132861

Please sign in to comment.