chore(v1.1.1): update changelog and bump version for llms.txt addition
This commit is contained in:
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
_No unreleased changes._
|
_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
|
## [1.1.0] - 2026-01-10
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -150,6 +156,7 @@ _No unreleased changes._
|
|||||||
- **Warnings**: `#FFB86C` (orange)
|
- **Warnings**: `#FFB86C` (orange)
|
||||||
- **Info**: `#8BE9FD` (cyan)
|
- **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.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
|
[1.0.0]: https://github.com/yourusername/cargdev-cyberpunk.nvim/releases/tag/v1.0.0
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local M = {}
|
|||||||
|
|
||||||
M.name = "cargdev-cyberpunk.nvim"
|
M.name = "cargdev-cyberpunk.nvim"
|
||||||
M.description = "A vibrant Neovim color scheme with cyberpunk aesthetics"
|
M.description = "A vibrant Neovim color scheme with cyberpunk aesthetics"
|
||||||
M.version = "1.1.0"
|
M.version = "1.1.1"
|
||||||
M.author = "CargDev"
|
M.author = "CargDev"
|
||||||
M.license = "MIT"
|
M.license = "MIT"
|
||||||
M.repository = "https://github.com/yourusername/cargdev-cyberpunk.nvim"
|
M.repository = "https://github.com/yourusername/cargdev-cyberpunk.nvim"
|
||||||
|
|||||||
Reference in New Issue
Block a user