From 25c79c51bf952b3146cbd2911bc4f178fb407d24 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 5 Aug 2024 18:40:06 +0200 Subject: [PATCH] ; Update NEWS.org and bump version to 0.3.0 --- NEWS.org | 16 ++++++++++++++++ kubed.el | 2 +- kubed.texi | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/NEWS.org b/NEWS.org index a3d559f..e3b705c 100644 --- a/NEWS.org +++ b/NEWS.org @@ -10,6 +10,22 @@ for Kubernetes. For further details, see the Kubed manual: [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/kubed.html]]. +* Version 0.3.0 on 2024-08-05 + +** New command for copying name of resource at point to kill ring. + +** New commands for running ~kubectl~ command on resource at point. + +** Support bookmarking resource list and resource details buffers. + +** New command for jumping from resource details buffer to list buffer. + +** Fix installation on Doom Emacs + +** New transient menu for displaying resources. + +** Support multiple resource list buffers with different namespaces or contexts. + * Version 0.2.0 on 2024-08-02 ** Ensure compatibility with Emacs 29. diff --git a/kubed.el b/kubed.el index 48e535e..efe9885 100644 --- a/kubed.el +++ b/kubed.el @@ -6,7 +6,7 @@ ;; Maintainer: Eshel Yaron <~eshel/kubed-devel@lists.sr.ht> ;; Keywords: tools kubernetes containers ;; URL: https://eshelyaron.com/kubed.html -;; Package-Version: 0.2.0 +;; Package-Version: 0.3.0 ;; Package-Requires: ((emacs "29.1")) ;;; Commentary: diff --git a/kubed.texi b/kubed.texi index b8f5df9..c58273f 100644 --- a/kubed.texi +++ b/kubed.texi @@ -11,7 +11,7 @@ @c %**end of header @copying -This manual is for Kubed 0.2.0, a rich Emacs interface for Kubernetes. +This manual is for Kubed 0.3.0, a rich Emacs interface for Kubernetes. Copyright @copyright{} 2024 Eshel Yaron. @@ -40,7 +40,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. @node Top @top Kubed: Kubernetes, Emacs, done! -This manual is for Kubed 0.2.0, a rich Emacs interface for Kubernetes. +This manual is for Kubed 0.3.0, a rich Emacs interface for Kubernetes. @end ifnottex -- 2.39.2