Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 2, 2023
1 parent 070d47b commit a1575e5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# -*- mode: org -*-
* v0.4.1 2023-06-02

Bug fixes:

- 070d47b0 Support searches that end right after suffix
- ab831828 transient--insert-group(columns): Drop separator before first column
- 62edeffd #247 Fix bug using :incompatible using suffixes before infixes
- 6efa9fad transient-predicate-map: Bind univeral-argument-more

* v0.4.0 2023-05-10

- Transient has to update state after every suffix command. If that
Expand Down
4 changes: 2 additions & 2 deletions docs/transient.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs misc features
#+texinfo_dir_title: Transient: (transient).
#+texinfo_dir_desc: Transient Commands
#+subtitle: for version 0.4.0
#+subtitle: for version 0.4.1

#+setupfile: .orgconfig

Expand Down Expand Up @@ -40,7 +40,7 @@ https://github.com/positron-solutions/transient-showcase.
#+end_quote

#+texinfo: @noindent
This manual is for Transient version 0.4.0.
This manual is for Transient version 0.4.1.

#+texinfo: @insertcopying
:END:
Expand Down
4 changes: 2 additions & 2 deletions docs/transient.texi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Transient User and Developer Manual
@subtitle for version 0.4.0
@subtitle for version 0.4.1
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand Down Expand Up @@ -74,7 +74,7 @@ that hurdle is Psionic K's interactive tutorial, available at
@end quotation

@noindent
This manual is for Transient version 0.4.0.
This manual is for Transient version 0.4.1.

@insertcopying
@end ifnottex
Expand Down
2 changes: 1 addition & 1 deletion lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Homepage: https://github.com/magit/transient
;; Keywords: extensions

;; Package-Version: 0.4.0
;; Package-Version: 0.4.1
;; Package-Requires: ((emacs "25.1") (compat "29.1.4.1"))

;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down

0 comments on commit a1575e5

Please sign in to comment.