Skip to content

Commit e4ec989

Browse files
chore(main): release 0.7.0
1 parent 5e41fb2 commit e4ec989

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/gotalab/skillport/compare/v0.6.1...v0.7.0) (2025-12-22)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [0.6.1](https://github.com/gotalab/skillport/compare/v0.6.0...v0.6.1) (2025-12-21)
411

512

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 = "0.7.0"
44
description = "Bring Agent Skills to Cursor / Copilot / Codex & more — via CLI or MCP. Manage once, serve anywhere."
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)