v0.1.4
What's Changed in @usrrname/cursorrules v0.1.4
Release Date: 2025-06-21
Previous Version: 0.1.3
Version Bump: PATCH - Bug fixes and CI/CD improvements
Branch: main
🚀 New Features
- Dependency Analysis Agent (34ac59a) - Added user input filters for better dependency management and analysis capabilities
- Dependency Analysis and Security Scan Rules (bd3cc13) - Security scanning and dependency analysis rules for enhanced project security. Any dependencies suggested by agents will be scanned first.
- Changelog and Release Workflow (faad7a7) - Added automated changelog generation and rather rickety release workflow with release notes generation
🐛 Bug Fixes
- Security Scan Agent Glob Patterns (b6ab515) - Fixed glob patterns for security-scan-agent rule to properly include
bun.lockbfiles in security scanning scope
🔄 CI/CD Improvements
- Enhanced Publish Workflow (59ecea0) - Improved publish workflow to automatically trigger on version tag pushes for more reliable releases
- Optimized Package Release Process (4fd9066) - Modified CI pipeline to only perform package releases when there is a new tag on
mainbranch, reducing unnecessary builds
📚 Documentation
- Updated README and Release Workflow Documentation (cdb095b) - Enhanced documentation with improved release workflow guides and clearer contributor instructions
🔧 Technical Details
- Commit Range:
v0.1.3..HEAD - Total Changes: 7 commits
- Breaking Changes: None
- Migration Required: No
📋 Migration Notes
- No breaking changes in this release
- Drop-in update - all existing functionality remains unchanged
- No migration required - this is a safe patch release
🎯 What's New for Users
Security Scanning
The security scan agent now properly includes bun.lockb files in its scanning scope, ensuring comprehensive security analysis for projects using Bun as their package manager.
Improved Dependency Analysis
The dependency analysis agent now includes user input filters, providing more granular control over dependency analysis and better insights into project dependencies.
Automated Release Process
The release workflow has been streamlined with automated changelog generation and improved CI/CD pipeline that only triggers releases on new version tags.
🚀 Next Steps
After updating to v0.1.4, you can:
- Take advantage of enhanced security scanning - ask Cursor chat for a "security scan" of dependencies.
- Use improved dependency analysis - run
npm/yarn/pnpm install
🔗 Useful Links
- Full Changelog: changelog.md
- GitHub Repository: https://github.com/usrrname/cursorrules
- Compare Changes: v0.1.3...v0.1.4
- Release Tag: https://github.com/usrrname/cursorrules/releases/tag/v0.1.4
This release focuses on improving the developer experience with better security scanning, enhanced dependency analysis, and more reliable release automation. All changes are backward compatible and require no migration effort.