From 492b30ab4ab35a38aa8ef447846b8a7eb93ec059 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 05:49:23 +0000 Subject: [PATCH] chore(main): release 1.9.3 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac32a6c..ceaee6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to Kudosy will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.3](https://github.com/bin101/kudosy/compare/v1.9.2...v1.9.3) (2026-07-15) + + +### Bug Fixes + +* **digest:** count only newly appeared activities in daily digest ([#58](https://github.com/bin101/kudosy/issues/58)) ([8b9e6db](https://github.com/bin101/kudosy/commit/8b9e6db99345cc5b0c60011f0e129729e73d7359)) + ## [1.9.2](https://github.com/bin101/kudosy/compare/v1.9.1...v1.9.2) (2026-07-09) diff --git a/pyproject.toml b/pyproject.toml index f95ec8c..eb5e84c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "kudosy" -version = "1.9.2" +version = "1.9.3" description = "Automatically give kudos on Strava, with human-like timing" readme = "README.md" license = { file = "LICENSE" }