From cb3080a14c9304b42169e10373359b2be04ef053 Mon Sep 17 00:00:00 2001 From: Dane Parin Date: Sat, 5 Sep 2026 20:51:19 +0700 Subject: [PATCH] Update docs for 0.2.7 release --- CHANGELOG.md | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51595dd..0883052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to StandupBot will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.2.7] - 2026-09-05 ### Added diff --git a/README.md b/README.md index 2692504..e5e9139 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Generate standup updates from recent git activity with a local Ollama model or G ![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue) ![License: MIT](https://img.shields.io/badge/license-MIT-green) -## What is new (unreleased) +## What is new (0.2.7) -Since 0.2.4: a full security/correctness audit (private-IP redaction, a config-mutation bug that could leak an API key across process calls, a broken Linux systemd unit, and a few other fixes), plus a follow-up fix for missing secret-detection patterns (GitHub tokens, AWS keys, Slack tokens, LLM API keys, credentialed URIs) reported via #2. See `CHANGELOG.md` for the full list. +Since 0.2.6: handler tests (main.py coverage 44% to 72%), a `security/` package split with no logic changes, and CI across ubuntu/windows/macos. Since 0.2.4: a full security/correctness audit (private-IP redaction, a config-mutation bug that could leak an API key across process calls, a broken Linux systemd unit, and a few other fixes), plus a follow-up fix for missing secret-detection patterns (GitHub tokens, AWS keys, Slack tokens, LLM API keys, credentialed URIs) reported via #2. See `CHANGELOG.md` for the full list. ## Quick Start