Skip to content

Commit 4fc0dc1

Browse files
chore(release): cut the v1.0.0-alpha.7 release
1 parent 0bed672 commit 4fc0dc1

File tree

12 files changed

+44
-41
lines changed

12 files changed

+44
-41
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<!-- version list -->
44

5+
## v1.0.0-alpha.7 (2025-10-22)
6+
7+
58
## v1.0.0-alpha.6 (2025-10-22)
69

710

packages/jentic-openapi-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jentic-openapi-common"
3-
version = "1.0.0-alpha.6"
3+
version = "1.0.0-alpha.7"
44
description = "Jentic OpenAPI Common"
55
readme = "README.md"
66
authors = [{ name = "Jentic", email = "hello@jentic.com" }]

packages/jentic-openapi-datamodels/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jentic-openapi-datamodels"
3-
version = "1.0.0-alpha.6"
3+
version = "1.0.0-alpha.7"
44
description = "Jentic OpenAPI Data Models"
55
readme = "README.md"
66
authors = [{ name = "Jentic", email = "hello@jentic.com" }]

packages/jentic-openapi-parser/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jentic-openapi-parser"
3-
version = "1.0.0-alpha.6"
3+
version = "1.0.0-alpha.7"
44
description = "Jentic OpenAPI Parser"
55
readme = "README.md"
66
authors = [{ name = "Jentic", email = "hello@jentic.com" }]
@@ -9,7 +9,7 @@ license-files = ["LICENSE", "NOTICE"]
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"attrs~=25.4.0",
12-
"jentic-openapi-common~=1.0.0-alpha.6",
12+
"jentic-openapi-common~=1.0.0-alpha.7",
1313
"pyyaml~=6.0.3",
1414
"requests~=2.32.5",
1515
"ruamel-yaml~=0.18.15"

packages/jentic-openapi-transformer-redocly/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "jentic-openapi-transformer-redocly"
3-
version = "1.0.0-alpha.6"
3+
version = "1.0.0-alpha.7"
44
description = "Jentic OpenAPI Redocly Transformer Backend"
55
readme = "README.md"
66
authors = [{ name = "Jentic", email = "hello@jentic.com" }]
77
license = "Apache-2.0"
88
license-files = ["LICENSE", "NOTICE"]
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"jentic-openapi-common~=1.0.0-alpha.6",
12-
"jentic-openapi-transformer~=1.0.0-alpha.6"
11+
"jentic-openapi-common~=1.0.0-alpha.7",
12+
"jentic-openapi-transformer~=1.0.0-alpha.7"
1313
]
1414

1515
[project.urls]

packages/jentic-openapi-transformer/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "jentic-openapi-transformer"
3-
version = "1.0.0-alpha.6"
3+
version = "1.0.0-alpha.7"
44
description = "Jentic OpenAPI Transformer"
55
readme = "README.md"
66
authors = [{ name = "Jentic", email = "hello@jentic.com" }]
77
license = "Apache-2.0"
88
license-files = ["LICENSE", "NOTICE"]
99
requires-python = ">=3.11"
10-
dependencies = ["jentic-openapi-parser~=1.0.0-alpha.6", "jentic-openapi-traverse~=1.0.0-alpha.6"]
10+
dependencies = ["jentic-openapi-parser~=1.0.0-alpha.7", "jentic-openapi-traverse~=1.0.0-alpha.7"]
1111

1212
[tool.uv]
1313
package = true
@@ -18,7 +18,7 @@ module-name = "jentic.apitools.openapi.transformer"
1818
module-root = "src/"
1919

2020
[project.optional-dependencies]
21-
redocly = ["jentic-openapi-transformer-redocly~=1.0.0-alpha.6"]
21+
redocly = ["jentic-openapi-transformer-redocly~=1.0.0-alpha.7"]
2222

2323
[project.urls]
2424
Homepage = "https://github.com/jentic/jentic-openapi-tools"

packages/jentic-openapi-traverse/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jentic-openapi-traverse"
3-
version = "1.0.0-alpha.6"
3+
version = "1.0.0-alpha.7"
44
description = "Jentic OpenAPI Traversal Utilities"
55
readme = "README.md"
66
authors = [{ name = "Jentic", email = "hello@jentic.com" }]

packages/jentic-openapi-validator-redocly/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "jentic-openapi-validator-redocly"
3-
version = "1.0.0-alpha.6"
3+
version = "1.0.0-alpha.7"
44
description = "Jentic OpenAPI Redocly Validator Backend"
55
readme = "README.md"
66
authors = [{ name = "Jentic", email = "hello@jentic.com" }]
77
license = "Apache-2.0"
88
license-files = ["LICENSE", "NOTICE"]
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"jentic-openapi-common~=1.0.0-alpha.6",
12-
"jentic-openapi-validator~=1.0.0-alpha.6",
11+
"jentic-openapi-common~=1.0.0-alpha.7",
12+
"jentic-openapi-validator~=1.0.0-alpha.7",
1313
"lsprotocol~=2025.0.0",
1414
"jsonpointer~=3.0.0"
1515
]

packages/jentic-openapi-validator-spectral/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "jentic-openapi-validator-spectral"
3-
version = "1.0.0-alpha.6"
3+
version = "1.0.0-alpha.7"
44
description = "Jentic OpenAPI Spectral Validator Backend"
55
readme = "README.md"
66
authors = [{ name = "Jentic", email = "hello@jentic.com" }]
77
license = "Apache-2.0"
88
license-files = ["LICENSE", "NOTICE"]
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"jentic-openapi-common~=1.0.0-alpha.6",
12-
"jentic-openapi-validator~=1.0.0-alpha.6",
11+
"jentic-openapi-common~=1.0.0-alpha.7",
12+
"jentic-openapi-validator~=1.0.0-alpha.7",
1313
"lsprotocol~=2025.0.0"
1414
]
1515

packages/jentic-openapi-validator/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[project]
22
name = "jentic-openapi-validator"
3-
version = "1.0.0-alpha.6"
3+
version = "1.0.0-alpha.7"
44
description = "Jentic OpenAPI Validator"
55
readme = "README.md"
66
authors = [{ name = "Jentic", email = "hello@jentic.com" }]
77
license = "Apache-2.0"
88
license-files = ["LICENSE", "NOTICE"]
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"jentic-openapi-parser~=1.0.0-alpha.6",
11+
"jentic-openapi-parser~=1.0.0-alpha.7",
1212
"openapi-spec-validator~=0.7.2",
1313
"lsprotocol~=2025.0.0"
1414
]
1515

1616
[project.optional-dependencies]
17-
spectral = ["jentic-openapi-validator-spectral~=1.0.0-alpha.6"]
18-
redocly = ["jentic-openapi-validator-redocly~=1.0.0-alpha.6"]
17+
spectral = ["jentic-openapi-validator-spectral~=1.0.0-alpha.7"]
18+
redocly = ["jentic-openapi-validator-redocly~=1.0.0-alpha.7"]
1919

2020
[project.urls]
2121
Homepage = "https://github.com/jentic/jentic-openapi-tools"

0 commit comments

Comments
 (0)