Skip to content

Commit f92a179

Browse files
lbb00cursoragent
andauthored
chore(release): bump version to 0.7.0 (#34)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 4b00a04 commit f92a179

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ai-rules-sync
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- - feat(cli): add check, update, init lifecycle commands
8+
- feat: introduce dotany abstraction layer with linkany-backed symlinks
9+
- feat(ais): use local path symlink
10+
- fix(remove): harden symlink cleanup and upgrade linkany
11+
- refactor!: remove legacy compatibility code paths
12+
313
## 0.6.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-rules-sync",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Synchronize, manage, and share your agent rules (Cursor rules and commands, Copilot instructions) with ease.",
55
"type": "module",
66
"bin": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function formatCheckStatus(status: string): string {
119119
program
120120
.name('ais')
121121
.description('AI Rules Sync - Sync agent rules from git repository')
122-
.version('0.4.0', '-v, --version', 'Display version information')
122+
.version('0.7.0', '-v, --version', 'Display version information')
123123
.option('-t, --target <repoName>', 'Specify target rule repository (name or URL)');
124124

125125
// ============ Use command ============

0 commit comments

Comments
 (0)