diff --git a/NEWS.md b/NEWS.md index f1d205a..369c9db 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Urgrep News -## v0.5.0 (in progress) +## v0.5.0 (2024-05-11) ### New features - Add ability to immediately adjust search options in the results buffer diff --git a/urgrep-wgrep.el b/urgrep-wgrep.el index 1a6957e..2a9c8d7 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.0-git +;; Version: 0.5.0 ;; Keywords: grep, search ;; This file is NOT part of GNU Emacs. diff --git a/urgrep-xref.el b/urgrep-xref.el index b8607ca..a22de81 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.0-git +;; Version: 0.5.0 ;; Keywords: grep, search ;; This file is NOT part of GNU Emacs. diff --git a/urgrep.el b/urgrep.el index 435c6d0..4095b5d 100644 --- a/urgrep.el +++ b/urgrep.el @@ -4,7 +4,7 @@ ;; Author: Jim Porter ;; URL: https://github.com/jimporter/urgrep -;; Version: 0.5.0-git +;; Version: 0.5.0 ;; Keywords: grep, search ;; Package-Requires: ((emacs "27.1") (compat "29.1.0.1") (project "0.3.0"))