branch: externals/urgrep commit d53d3168e52b021738515491de391d66e4bf865c Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@gmail.com>
Update version to 0.5.2 --- NEWS.md | 2 +- urgrep-wgrep.el | 2 +- urgrep-xref.el | 2 +- urgrep.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7b0fa277e8..1c432bf593 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Urgrep News -## v0.5.2 (in progress) +## v0.5.2 (2025-06-06) ### Bug fixes - Disable `ansi-color-compilation-filter` in Urgrep buffers diff --git a/urgrep-wgrep.el b/urgrep-wgrep.el index 9aecadeabb..d44cce6ba7 100644 --- a/urgrep-wgrep.el +++ b/urgrep-wgrep.el @@ -4,7 +4,7 @@ ;; Author: Jim Porter ;; URL: https://github.com/jimporter/urgrep -;; Version: 0.5.2-git +;; Version: 0.5.2 ;; Keywords: grep, search ;; This file is NOT part of GNU Emacs. diff --git a/urgrep-xref.el b/urgrep-xref.el index 5f3c5ea19c..8c3cf8a661 100644 --- a/urgrep-xref.el +++ b/urgrep-xref.el @@ -4,7 +4,7 @@ ;; Author: Jim Porter ;; URL: https://github.com/jimporter/urgrep -;; Version: 0.5.2-git +;; Version: 0.5.2 ;; Keywords: grep, search ;; This file is NOT part of GNU Emacs. diff --git a/urgrep.el b/urgrep.el index 778cb08005..235095dd86 100644 --- a/urgrep.el +++ b/urgrep.el @@ -4,7 +4,7 @@ ;; Author: Jim Porter ;; URL: https://github.com/jimporter/urgrep -;; Version: 0.5.2-git +;; Version: 0.5.2 ;; Keywords: grep, search ;; Package-Requires: ((emacs "27.1") (compat "29.1.0.1") (project "0.3.0"))