Skip to content

Commit

Permalink
Increment version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiase committed Mar 24, 2023
1 parent 41fad87 commit 011f4f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion relint.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2019-2023 Free Software Foundation, Inc.

;; Author: Mattias Engdegård <mattiase@acm.org>
;; Version: 1.21
;; Version: 1.22
;; Package-Requires: ((xr "1.22") (emacs "26.1"))
;; URL: https://github.com/mattiase/relint
;; Keywords: lisp, regexps
Expand All @@ -29,6 +29,8 @@

;;; News:

;; Version 1.22
;; - String char escape check now detects \8, \9, and \x without hex digit
;; Version 1.21
;; - Check for duplicates in rx or-forms
;; - Robustness improvements
Expand Down

0 comments on commit 011f4f1

Please sign in to comment.