Skip to content

Commit

Permalink
Bump version: 2.12 → 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wasamasa committed Feb 25, 2024
1 parent d374042 commit 6f33a48
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.12
current_version = 2.13
parse = (?P<major>\d+)\.(?P<minor>.*)
serialize = {major}.{minor}
files = circe.el circe-pkg.el
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# New in 2.13

- Verification with NSM now ensures that `gnutls-verify-error` is
disabled to detect expired certificates.
- The `lui-irc-colors` module now supports strikethrough/monospace
text.
- The `circe-color-nicks` module now highlights nicks in query buffers
as well.
- The minimum supported Emacs version has been bumped to 25.1.
- Emacs Lisp identifiers in Lui buttons now allow colons
- Password values in the network options are validated for the
expected type to prevent a common configuration mistake
- Several byte-compiler warnings have been fixed

# New in 2.12

- `circe-color-nicks` is now significantly faster. This is noticable
Expand Down
2 changes: 1 addition & 1 deletion circe-pkg.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(define-package "circe" "2.12" "Client for IRC in Emacs"
(define-package "circe" "2.13" "Client for IRC in Emacs"
'((emacs "25.1") (cl-lib "0.5"))
:url "https://github.com/emacs-circe/circe")
4 changes: 2 additions & 2 deletions circe.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2005 - 2015 Jorgen Schaefer

;; Version: 2.12
;; Version: 2.13
;; Keywords: IRC, chat, comm
;; Author: Jorgen Schaefer <forcer@forcix.cx>
;; URL: https://github.com/emacs-circe/circe
Expand Down Expand Up @@ -31,7 +31,7 @@

;;; Code:

(defvar circe-version "2.12"
(defvar circe-version "2.13"
"Circe version string.")

(require 'circe-compat)
Expand Down

0 comments on commit 6f33a48

Please sign in to comment.