Skip to content

Commit 1f7039e

Browse files
committed
Release version 0.12.0
1 parent 270e879 commit 1f7039e

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: org -*-
2-
* v0.12.0 UNRELEASED
2+
* v0.12.0 2026-01-01
33

44
- Fixed a regression when using the ~transient-value-preset~ class,
55
introduced in v0.10.0. f960acdf

docs/transient.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#+texinfo_dir_category: Emacs misc features
88
#+texinfo_dir_title: Transient: (transient).
99
#+texinfo_dir_desc: Transient Commands
10-
#+subtitle: for version 0.11.0
10+
#+subtitle: for version 0.12.0
1111

1212
#+setupfile: .orgconfig
1313

@@ -20,7 +20,7 @@ resource to get over that hurdle is Psionic K's interactive tutorial,
2020
available at https://github.com/positron-solutions/transient-showcase.
2121

2222
#+texinfo: @noindent
23-
This manual is for Transient version 0.11.0.
23+
This manual is for Transient version 0.12.0.
2424

2525
#+texinfo: @insertcopying
2626
:END:

docs/transient.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ General Public License for more details.
3131
@finalout
3232
@titlepage
3333
@title Transient User and Developer Manual
34-
@subtitle for version 0.11.0
34+
@subtitle for version 0.12.0
3535
@author Jonas Bernoulli
3636
@page
3737
@vskip 0pt plus 1filll
@@ -53,7 +53,7 @@ resource to get over that hurdle is Psionic K's interactive tutorial,
5353
available at @uref{https://github.com/positron-solutions/transient-showcase}.
5454

5555
@noindent
56-
This manual is for Transient version 0.11.0.
56+
This manual is for Transient version 0.12.0.
5757

5858
@insertcopying
5959
@end ifnottex

lisp/transient.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Homepage: https://github.com/magit/transient
77
;; Keywords: extensions
88

9-
;; Package-Version: 0.11.0
9+
;; Package-Version: 0.12.0
1010
;; Package-Requires: (
1111
;; (emacs "28.1")
1212
;; (compat "30.1")
@@ -38,7 +38,7 @@
3838

3939
;;; Code:
4040

41-
(defconst transient-version "0.11.0")
41+
(defconst transient-version "0.12.0")
4242

4343
(require 'cl-lib)
4444
(require 'compat)

0 commit comments

Comments
 (0)