Skip to content

Commit c60673f

Browse files
authored
release: bump agentskill version to 1.3.0 (#27)
1 parent b4a290c commit c60673f

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.0] - 2026-05-02
11+
12+
### Added
13+
14+
- Direct execution wrappers for `analyze`, `generate`, and `update` scripts (`scripts/analyze.py`, `scripts/generate.py`, `scripts/update.py`)
15+
- CI and release workflow badges in README
16+
17+
### Changed
18+
19+
- PyPI deployment switched to API-based publish
20+
- Release workflow adds attestations flag to deployment step
21+
- Deploy workflow permissions clarified
22+
23+
### Fixed
24+
25+
- README image source updated to use absolute URL
26+
- Missing permissions on release workflow
27+
- Expected script names updated in directory test
28+
1029
## [1.2.0] - 2026-05-02
1130

1231
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

agentskill/lib/reference_initialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ReferenceMetadata,
1818
)
1919

20-
AGENTSKILL_VERSION = "1.2.0"
20+
AGENTSKILL_VERSION = "1.3.0"
2121

2222

2323
def successful_reference_documents(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agsk"
7-
version = "1.2.0"
7+
version = "1.3.0"
88
description = "Analyze repositories and synthesize AGENTS.md"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)