Skip to content

Commit 8f652d2

Browse files
committed
chore: [release] Prepare 1.1.0
1 parent b438f9c commit 8f652d2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project are documented in this file. Entries appear in reverse chronological order so the most recent updates are always at the top. Do not overwrite existing content—prepend new releases instead.
44

5+
## [1.1.0] - 2025-10-27
6+
### Changed
7+
- Restructured the full Cursor rule bundle set with consistent sections for details, filters, rejections, and suggestions to improve readability and maintenance.
8+
- Incremented internal rule metadata versions across all affected files to reflect the new structure.
9+
510
## [1.0.8] - 2025-10-24
611
### Added
712
- Integrated installation of Cursor slash commands, including project/home/both targets and new `--commands` / `--skip-commands` flags.

install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
declare(strict_types=1);
2121

2222
// Define constants.
23-
define('CURSOR_RULES_VERSION', '1.0.8');
23+
define('CURSOR_RULES_VERSION', '1.1.0');
2424
define('CURSOR_RULES_DIR', '.cursor/rules');
2525
define('CURSOR_DIR', '.cursor');
2626
define('CURSOR_COMMANDS_DIR', '.cursor/commands');

0 commit comments

Comments
 (0)