From 8501d874ddc1ec0ab9c062ab2889219b3660f24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KARASZI=20Istv=C3=A1n?= <76983+raszi@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:07:36 +0000 Subject: [PATCH] Bump the version to 0.3.0 --- Easkfile | 2 +- magit-standup.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Easkfile b/Easkfile index db47953..9ecc84f 100644 --- a/Easkfile +++ b/Easkfile @@ -1,5 +1,5 @@ (package "magit-standup" - "0.2.0" + "0.3.0" "Collect recent git commits for standup notes") (website-url "https://github.com/function-artisans/magit-standup") diff --git a/magit-standup.el b/magit-standup.el index 545c620..9f1547d 100644 --- a/magit-standup.el +++ b/magit-standup.el @@ -4,7 +4,7 @@ ;; Author: István Karaszi ;; Assisted-by: Claude:claude-opus-5 -;; Version: 0.2.0 +;; Version: 0.3.0 ;; Package-Requires: ((emacs "28.1") (magit "4.5.0") (transient "0.8.0")) ;; Keywords: tools, vc ;; URL: https://github.com/function-artisans/magit-standup