Skip to content

Commit 01253c0

Browse files
authored
Merge pull request #45 from atman-33/version-bump/v0.6.0
chore(release): bump version to v0.6.0
2 parents 66e69ee + 9a9bf97 commit 01253c0

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7+
## v0.6.0 2025-09-18
8+
9+
### Added
10+
11+
- make prompts directory non-configurable and fixed at .codex/prompts
12+
- make settings directory path non-configurable
13+
- remove constantsPath dependency from agent prompts
14+
15+
### Changed
16+
17+
- feature/improve-settings
18+
- remove path values from VS Code Settings UI
19+
- Merge pull request #43 from atman-33/version-bump/v0.5.1
20+
721
## v0.5.1 2025-09-18
822

923
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kiro-for-codex",
33
"displayName": "Kiro for Codex",
44
"description": "Spec-driven development with Codex CLI - inspired by Kiro",
5-
"version": "0.5.1",
5+
"version": "0.6.0",
66
"author": "atman-33",
77
"publisher": "atman-dev",
88
"icon": "icon.png",
@@ -500,4 +500,4 @@
500500
"vitest": "^3.2.4",
501501
"vsce": "^2.15.0"
502502
}
503-
}
503+
}

0 commit comments

Comments
 (0)