Skip to content

Commit 9e66051

Browse files
committed
build: release 0.1.4 PyPI presentation refresh
1 parent 8511e7f commit 9e66051

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

docs/releases/v0.1.4.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.

pyproject.toml

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

55
[project]
66
name = "code2skill"
7-
version = "0.1.1"
7+
version = "0.1.4"
88
description = "Generate repository-aware Skills, blueprints, and AI rule files from real Python codebases."
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -37,7 +37,7 @@ Homepage = "https://github.com/oceanusXXD/code2skill"
3737
Repository = "https://github.com/oceanusXXD/code2skill"
3838
Documentation = "https://github.com/oceanusXXD/code2skill#readme"
3939
Issues = "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]
4343
dev = [

src/code2skill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import TYPE_CHECKING, Any
66

7-
__version__ = "0.1.1"
7+
__version__ = "0.1.4"
88

99
__all__ = [
1010
"ScanExecution",

0 commit comments

Comments
 (0)