File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.3.0] - 2026-02-XX
8+ ## [ 1.3.1] - 2026-02-16
9+
10+ ### Fixed
11+ - Fix image source in README to point to the correct main branch
12+
13+ ## [ 1.3.0] - 2026-02-16
914
1015### Changed
1116- ** UI Framework** : Complete migration from Rich/prompt_toolkit REPL to Textual TUI framework
Original file line number Diff line number Diff line change 11[project ]
22name = " zorac"
3- version = " 1.3.0 "
3+ version = " 1.3.1 "
44description = " Interactive CLI chat client for vLLM inference servers with persistent sessions and automatic context management"
55readme = " README.md"
66license = { text = " MIT" }
@@ -57,10 +57,14 @@ dev = [
5757 " mypy>=1.8.0" ,
5858 " pre-commit>=3.6.0" ,
5959]
60+ docs = [
61+ " mkdocs>=1.6.0" ,
62+ " mkdocs-material>=9.5.0" ,
63+ ]
6064
6165[project .urls ]
6266Homepage = " https://github.com/chris-colinsky/zorac"
63- Documentation = " https://github.com/ chris-colinsky/zorac/tree/main/docs "
67+ Documentation = " https://chris-colinsky.github.io/Zorac/ "
6468Repository = " https://github.com/chris-colinsky/zorac"
6569Issues = " https://github.com/chris-colinsky/zorac/issues"
6670Changelog = " https://github.com/chris-colinsky/zorac/blob/main/CHANGELOG.md"
You can’t perform that action at this time.
0 commit comments