From 4920d61368a2340596d57cae327b7f3807a2917f Mon Sep 17 00:00:00 2001 From: vladimir Date: Sun, 2 Aug 2026 02:58:16 +0300 Subject: [PATCH] bump: release version 0.1.1 --- debian/changelog | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c1b101d..52945c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,12 @@ +traffic-checker (0.1.1-1) unstable; urgency=medium + + * Add logging function for traffic check status in stdout. + * Defer state save until successful telegram delivery. + + -- Vladimir Khvan Sun, 02 Aug 2026 02:54:53 +0300 + traffic-checker (0.1-1) unstable; urgency=medium * Initial release. - -- Vladimir Khvan Sat, 01 Aug 2026 04:00:00 +0300 \ No newline at end of file + -- Vladimir Khvan Sat, 01 Aug 2026 04:00:00 +0300 diff --git a/pyproject.toml b/pyproject.toml index 2fdf943..3cbaa13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "traffic-checker" -version = "0.1" +version = "0.1.1" description = "Traffic consumption monitoring CLI tool for remote servers with automated alerting" requires-python = ">=3.11" authors = [