Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.11.0"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

> **Part of the [Kraken](https://github.com/KrakenNet) stack:** [**Fathom**](https://github.com/KrakenNet/fathom) (reasoning engine) · [Nautilus](https://github.com/KrakenNet/nautilus) (policy data broker) · [Stargraph](https://github.com/KrakenNet/stargraph) (agent-graph framework).

**Current version:** 0.10.0 <!-- x-release-please-version -->
**Current version:** 0.11.0 <!-- x-release-please-version -->

**License:** MIT

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Fathom is a deterministic reasoning runtime for AI agents, built on CLIPS via
clipspy. Rules are authored in YAML, compiled to CLIPS constructs, and
evaluated in microseconds with auditable traces.

Current release: `fathom-rules` 0.10.0 (requires Python 3.12+). <!-- x-release-please-version -->
Current release: `fathom-rules` 0.11.0 (requires Python 3.12+). <!-- x-release-please-version -->

## Start here

Expand Down
2 changes: 1 addition & 1 deletion docs/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Fathom is a deterministic reasoning runtime for AI agents, built on CLIPS via
clipspy. Rules are authored in YAML, compiled to CLIPS constructs, and
evaluated in microseconds with auditable traces.

Current release: `fathom-rules` 0.10.0 (requires Python 3.12+). <!-- x-release-please-version -->
Current release: `fathom-rules` 0.11.0 (requires Python 3.12+). <!-- x-release-please-version -->

## Start here

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rest/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
"info": {
"description": "Deterministic reasoning runtime for AI agents",
"title": "Fathom Rules Engine",
"version": "0.10.0"
"version": "0.11.0"
},
"openapi": "3.1.0",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fathom-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fathom-rules/sdk",
"version": "0.10.0",
"version": "0.11.0",
"description": "TypeScript SDK for the Fathom policy engine REST API",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fathom-rules"
version = "0.10.0"
version = "0.11.0"
description = "Deterministic reasoning runtime for AI agents, built on CLIPS via clipspy"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/fathom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from fathom.attestation import AttestationService, verify_token
from fathom.chained_log import ChainedAttestationLog, verify_chain

__version__ = "0.10.0" # x-release-please-version
__version__ = "0.11.0" # x-release-please-version

#: Names served on first access instead of at import. Both modules import
#: ``jwt`` and ``cryptography``, which ship in the optional ``attestation``
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading