File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # code2skill v0.1.4
2+
3+ ## Summary
4+
5+ This release makes the refreshed English PyPI package page the default public version.
6+
7+ ## Highlights
8+
9+ - Upgraded the package version to ` 0.1.4 ` so the new PyPI presentation becomes the latest visible release
10+ - Kept the improved English ` README.md ` as the PyPI long description source
11+ - Simplified package keywords for a cleaner PyPI sidebar
12+ - Refined the short summary and project URLs
13+ - Preserved the current ` 0.1.x ` feature scope and behavior
14+
15+ ## Result
16+
17+ PyPI now has a latest-version target that matches the updated GitHub documentation and cleaner package metadata.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " code2skill"
7- version = " 0.1.1 "
7+ version = " 0.1.4 "
88description = " Generate repository-aware Skills, blueprints, and AI rule files from real Python codebases."
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -37,7 +37,7 @@ Homepage = "https://github.com/oceanusXXD/code2skill"
3737Repository = " https://github.com/oceanusXXD/code2skill"
3838Documentation = " https://github.com/oceanusXXD/code2skill#readme"
3939Issues = " https://github.com/oceanusXXD/code2skill/issues"
40- Changelog = " https://github.com/oceanusXXD/code2skill/blob/main/docs/releases/v0.1.1 .md"
40+ Changelog = " https://github.com/oceanusXXD/code2skill/blob/main/docs/releases/v0.1.4 .md"
4141
4242[project .optional-dependencies ]
4343dev = [
Original file line number Diff line number Diff line change 44
55from typing import TYPE_CHECKING , Any
66
7- __version__ = "0.1.1 "
7+ __version__ = "0.1.4 "
88
99__all__ = [
1010 "ScanExecution" ,
You can’t perform that action at this time.
0 commit comments