From 4f4911fed96739aebbb6d1dbadf0cadbd418fb9a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 1 Apr 2026 21:05:41 -0400 Subject: [PATCH] release: 2.1.0 The v3 dev branch will go live soon. Once it does, the current master will be put into maintenance mode until v3 is ready for a formal release. I won't be merging v3 into master because it introduces breaking changes that I users shouldn't blindly `doom upgrade` into. Once v3 is ready for adoption, `doom upgrade` will emit an announcement that v2 is EOL and a link to a migration guide. In the meantime, this branch needed a distinct version to set it apart and to better reflect its state in the chronology of this project, so it is now v2.1. Using 3.0.0-dev was poor foresight on my part; v3's codebase has diverged significantly from v2's, so it's weird to pretend that master represents a release candidate, or is anywhere close to the actual state of v3. --- lisp/doom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/doom.el b/lisp/doom.el index 415204061..b81768b60 100644 --- a/lisp/doom.el +++ b/lisp/doom.el @@ -220,7 +220,7 @@ :link '(url-link :tag "Website" "https://doomemacs.org") :group 'emacs) -(defconst doom-version "3.0.0-pre" +(defconst doom-version "2.1.0" "Current version of Doom Emacs core.") ;; DEPRECATED: Remove these when the modules are moved out of core.