Skip to content

Commit 41cc6af

Browse files
committed
Release v1.0.0
1 parent 767e82a commit 41cc6af

File tree

3 files changed

+174
-172
lines changed

3 files changed

+174
-172
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: # yamllint disable-line
88

99
jobs:
1010
build:
11-
name: "Build package with poetry"
11+
name: "Build package and store artifacts"
1212
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
1313
runs-on: "ubuntu-24.04"
1414
steps:
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Install uv"
1818
uses: "astral-sh/setup-uv@v5"
1919
with:
20-
version: "0.6.4"
20+
version: "0.6.6"
2121

2222
- name: "Build package"
2323
run: "uv build"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mkdocs-ansible-collection"
3-
version = "0.2.1"
3+
version = "1.0.0"
44
description = "MkDocs Plugin that automatically generates pages for Ansible Collections."
55
authors = [
66
{ name = "Cristian Sirbu", email = "cristian@trueneutral.eu" }
@@ -11,15 +11,15 @@ readme = "README.md"
1111
keywords = ["mkdocs", "ansible"]
1212
classifiers = [
1313
"Intended Audience :: Developers",
14-
"Development Status :: 4 - Beta",
15-
# "Development Status :: 5 - Production/Stable",
14+
"Development Status :: 5 - Production/Stable",
1615
"License :: OSI Approved :: MIT License",
1716
"Operating System :: OS Independent",
1817
"Programming Language :: Python :: 3",
1918
"Programming Language :: Python :: 3.9",
2019
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",
2221
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2323
"Topic :: Documentation",
2424
"Topic :: Text Processing",
2525
]

0 commit comments

Comments
 (0)