From 403f35948da72cba14dab0e7101f9dde175f593e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Fri, 14 Jul 2023 15:04:39 +0100 Subject: [PATCH] release: prepare for 0.7 - update the testing matrix for all supported Emacs - update News with new features --- .github/workflows/test.yml | 3 +++ NEWS | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7af7d5e..9a94b98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,9 @@ jobs: strategy: matrix: emacs_version: + - 25.1 + - 26.1 + - 26.3 - 27.1 - 27.2 - 28.1 diff --git a/NEWS b/NEWS index 9948cb3..b04c1ce 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ v0.7 - new dired-rsync-transient frontend - various code clean-ups - new customisation hook dired-rsync-success-hook + - moved the project CI to GitHub Actions + - now understands alternate port syntax in tramp URIs v0.6 - use tramp functions to decompose URIs (fix #22) - use username from dired URI if we have it in rsync