Skip to content

Commit fac18bb

Browse files
chore: Bump version to 1.3.1 for PyPI release
1 parent 8c76699 commit fac18bb

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zorac"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Interactive CLI chat client for vLLM inference servers with persistent sessions and automatic context management"
55
readme = "README.md"
66
license = { 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]
6266
Homepage = "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/"
6468
Repository = "https://github.com/chris-colinsky/zorac"
6569
Issues = "https://github.com/chris-colinsky/zorac/issues"
6670
Changelog = "https://github.com/chris-colinsky/zorac/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)