chore(v1.1.1): update changelog and bump version for llms.txt addition

This commit is contained in:
Carlos Gutierrez
2026-01-10 22:14:58 -05:00
parent a5b3b9029a
commit f4fdff3b45
2 changed files with 9 additions and 2 deletions

View File

@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
_No unreleased changes._
## [1.1.1] - 2026-01-10
### Added
- `llms.txt` file for AI assistant context - provides LLMs with project structure, API documentation, color palette, and development guidelines
## [1.1.0] - 2026-01-10
### Added
@@ -150,6 +156,7 @@ _No unreleased changes._
- **Warnings**: `#FFB86C` (orange)
- **Info**: `#8BE9FD` (cyan)
[Unreleased]: https://github.com/yourusername/cargdev-cyberpunk.nvim/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/yourusername/cargdev-cyberpunk.nvim/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/yourusername/cargdev-cyberpunk.nvim/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/yourusername/cargdev-cyberpunk.nvim/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/yourusername/cargdev-cyberpunk.nvim/releases/tag/v1.0.0

View File

@@ -3,7 +3,7 @@ local M = {}
M.name = "cargdev-cyberpunk.nvim"
M.description = "A vibrant Neovim color scheme with cyberpunk aesthetics"
M.version = "1.1.0"
M.version = "1.1.1"
M.author = "CargDev"
M.license = "MIT"
M.repository = "https://github.com/yourusername/cargdev-cyberpunk.nvim"