Skip to content

Commit a3ccc43

Browse files
chore(main): release 1.0.0
1 parent bb03e3a commit a3ccc43

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.1"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/gotalab/skillport/compare/v0.6.1...v1.0.0) (2025-12-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* CLI and MCP server are now separate packages.
9+
10+
### Features
11+
12+
* add validation rules for reserved words, XML tags, and type checks ([#54](https://github.com/gotalab/skillport/issues/54)) ([5e41fb2](https://github.com/gotalab/skillport/commit/5e41fb2b6302a672f16b81b0e0ca2da35485bffe))
13+
14+
15+
### Code Refactoring
16+
17+
* split CLI and MCP server into separate distributions ([#56](https://github.com/gotalab/skillport/issues/56)) ([bb03e3a](https://github.com/gotalab/skillport/commit/bb03e3a374b1c47e073f47704b222836613cf1fc))
18+
319
## [0.6.1](https://github.com/gotalab/skillport/compare/v0.6.0...v0.6.1) (2025-12-21)
420

521

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "skillport"
3-
version = "0.6.1"
3+
version = "1.0.0"
44
description = "SkillOps CLI for Agent Skills. Manage skills on disk; use skillport-mcp for indexed search."
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)