Bump version to 1.0.2 — module refactoring to one-function-per-file

Migrated 10 monolithic modules (parser, cmp, context_modal, diff_review,
logs, logs_panel, thinking, throbber, commands, autocmds) into granular
pure files. Deleted all barrel files and updated consumers to import
directly. Removed unused dead code files.
This commit is contained in:
2026-03-24 22:58:30 -04:00
parent 5c20f57eb4
commit a7d269944d
2 changed files with 25 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
local M = {}
M.version = "1.0.1"
M.version = "1.0.2"
---@type CoderConfig
M.config = {}