Skip to content

Commit b904dba

Browse files
chore: bump version to 0.10.0
1 parent 21c6c78 commit b904dba

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hematite-cli"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
description = "Senior SysAdmin, Network Admin, Data Analyst, and Software Engineer living in your terminal. A high-precision local AI agent harness for LM Studio, Ollama, and other local OpenAI-compatible runtimes that runs 100% on your own silicon. Reads repos, edits files, runs builds, inspects full network state and workstation telemetry, and runs real Python/JS for data analysis."
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ A metadata-only audit trail (`~/.hematite/redact_audit.jsonl`) logs every tool c
109109

110110
`hematite` is not a chat wrapper bolted onto an agent. It is a complete local AI interface: coding harness when you need one, SysAdmin and Network Admin when you need one, clean conversation when you do not. A local OpenAI-compatible runtime handles model serving. Hematite handles the grounded local workflow around it.
111111

112-
![Version](https://img.shields.io/badge/version-0.9.0-blue?style=flat-square)
112+
![Version](https://img.shields.io/badge/version-0.10.0-blue?style=flat-square)
113113
![Silicon Native](https://img.shields.io/badge/silicon-native-orange?style=flat-square)
114114
[![crate hematite-cli](https://img.shields.io/crates/v/hematite-cli?style=flat-square&label=crate%20hematite-cli)](https://crates.io/crates/hematite-cli)
115115
[![crate hematite-kokoros](https://img.shields.io/crates/v/hematite-kokoros?style=flat-square&label=crate%20hematite-kokoros)](https://crates.io/crates/hematite-kokoros)

installer/hematite.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define AppName "Hematite"
22
#ifndef AppVersion
3-
#define AppVersion "0.9.0"
3+
#define AppVersion "0.10.0"
44
#endif
55
#ifndef BundleDir
66
#define BundleDir "..\\dist\\windows\\Hematite-" + AppVersion + "-portable"

0 commit comments

Comments
 (0)