Skip to content
Merged
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
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ All notable changes to `osint-trust-envelope` are documented here.
Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/);
the package follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

> **Versioning note:** the current in-tree version is `0.1.0` (`pyproject.toml`).
> There are no Git tags or GitHub releases yet, so the `[0.1.0]` entry below is
> seeded from the repository history rather than from a tagged release.
> **Versioning note:** the `[0.1.0]` entry below is seeded from the repository
> history rather than from a tagged release.

## [Unreleased]

## [0.1.1] - 2026-06-10

Repository-hygiene and CI hardening after the initial `0.1.0` cut; no change to
the public API or the trust-verdict logic.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "osint-trust-envelope"
version = "0.1.0"
version = "0.1.1"
description = "Per-source-type epistemic ceilings for OSINT results — anti-overclaim trust verdicts as code."
readme = "README.md"
requires-python = ">=3.10"
Expand Down