[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/urgrep afa36a79f6 1/2: Update version to v0.3.0
From: |
ELPA Syncer |
Subject: |
[elpa] externals/urgrep afa36a79f6 1/2: Update version to v0.3.0 |
Date: |
Sun, 17 Dec 2023 15:58:43 -0500 (EST) |
branch: externals/urgrep
commit afa36a79f6ec8f01626bd5cdc480c5d6486b3c55
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>
Update version to v0.3.0
---
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 6afeac661c..3b25a9d07f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
# Urgrep News
-## v0.3.0 (in progress)
+## v0.3.0 (2023-12-17)
### New features
- Add optional `urgrep-xref` feature, which lets Xref use Urgrep to create the
diff --git a/urgrep-wgrep.el b/urgrep-wgrep.el
index 60692b1ff0..8b6ce2777b 100644
--- a/urgrep-wgrep.el
+++ b/urgrep-wgrep.el
@@ -4,7 +4,7 @@
;; Author: Jim Porter
;; URL: https://github.com/jimporter/urgrep
-;; Version: 0.3.0-git
+;; Version: 0.3.0
;; Keywords: grep, search
;; This file is NOT part of GNU Emacs.
diff --git a/urgrep-xref.el b/urgrep-xref.el
index 2a1d89d3da..6eb84122f9 100644
--- a/urgrep-xref.el
+++ b/urgrep-xref.el
@@ -4,7 +4,7 @@
;; Author: Jim Porter
;; URL: https://github.com/jimporter/urgrep
-;; Version: 0.3.0-git
+;; Version: 0.3.0
;; Keywords: grep, search
;; This file is NOT part of GNU Emacs.
diff --git a/urgrep.el b/urgrep.el
index 2f5d41d1b3..a4965d92ae 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -4,7 +4,7 @@
;; Author: Jim Porter
;; URL: https://github.com/jimporter/urgrep
-;; Version: 0.3.0-git
+;; Version: 0.3.0
;; Keywords: grep, search
;; Package-Requires: ((emacs "27.1") (compat "29.1.0.1") (project "0.3.0"))