From f4fdff3b4560d0ffe96c3df57c300bdac4e896b0 Mon Sep 17 00:00:00 2001 From: Carlos Gutierrez Date: Sat, 10 Jan 2026 22:14:58 -0500 Subject: [PATCH] chore(v1.1.1): update changelog and bump version for llms.txt addition --- CHANGELOG.md | 9 ++++++++- lua/cargdev-cyberpunk/plugin.lua | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f4dcc..411c7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lua/cargdev-cyberpunk/plugin.lua b/lua/cargdev-cyberpunk/plugin.lua index d291e52..1e307bb 100644 --- a/lua/cargdev-cyberpunk/plugin.lua +++ b/lua/cargdev-cyberpunk/plugin.lua @@ -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"