Skip to content

Commit 83ef50e

Browse files
chore(release): 0.7.0-dev.10
## [0.7.0-dev.10](v0.7.0-dev.9...v0.7.0-dev.10) (2025-12-07) ### Bug Fixes * **pypi-deploy:** remove direct dependencies ([0875cf8](0875cf8))
1 parent 0875cf8 commit 83ef50e

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.7.0-dev.10](https://github.com/CrackingShells/Hatch/compare/v0.7.0-dev.9...v0.7.0-dev.10) (2025-12-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **pypi-deploy:** remove direct dependencies ([0875cf8](https://github.com/CrackingShells/Hatch/commit/0875cf816e97d5cb3b573f6ba95a802d236e8145))
7+
18
## [0.7.0-dev.9](https://github.com/CrackingShells/Hatch/compare/v0.7.0-dev.8...v0.7.0-dev.9) (2025-12-02)
29

310

pyproject.toml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hatch"
7-
version = "0.7.0-dev.9"
8-
authors = [
9-
{ name = "Cracking Shells Team" }
10-
]
7+
version = "0.7.0-dev.10"
118
description = "Package manager for the Cracking Shells ecosystem"
129
readme = "README.md"
1310
requires-python = ">=3.12"
@@ -16,7 +13,6 @@ classifiers = [
1613
"License :: OSI Approved :: GNU Affero General Public License v3",
1714
"Operating System :: OS Independent"
1815
]
19-
2016
dependencies = [
2117
"jsonschema>=4.0.0",
2218
"requests>=2.25.0",
@@ -26,16 +22,19 @@ dependencies = [
2622
"hatch-validator>=0.8.0"
2723
]
2824

29-
[project.optional-dependencies]
30-
docs = [ "mkdocs>=1.4.0", "mkdocstrings[python]>=0.20.0" ]
31-
dev = [ "wobble>=0.2.0" ]
25+
[[project.authors]]
26+
name = "Cracking Shells Team"
27+
28+
[project.optional-dependencies]
29+
docs = [ "mkdocs>=1.4.0", "mkdocstrings[python]>=0.20.0" ]
30+
dev = [ "wobble>=0.2.0" ]
3231

33-
[project.scripts]
34-
hatch = "hatch.cli_hatch:main"
32+
[project.scripts]
33+
hatch = "hatch.cli_hatch:main"
3534

36-
[project.urls]
37-
Homepage = "https://github.com/CrackingShells/Hatch"
38-
"Bug Tracker" = "https://github.com/CrackingShells/Hatch/issues"
35+
[project.urls]
36+
Homepage = "https://github.com/CrackingShells/Hatch"
37+
"Bug Tracker" = "https://github.com/CrackingShells/Hatch/issues"
3938

4039
[tool.setuptools.package-dir]
4140
"" = "."

0 commit comments

Comments
 (0)