Skip to content

Commit

Permalink
Version 30.0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Jan 4, 2025
1 parent cd0a410 commit e87b984
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion NEWS.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
#+link: compat-gh https://github.com/emacs-compat/compat/issues/
#+options: toc:nil num:nil author:nil

* Development
* Release of "Compat" Version 30.0.2.0

- compat-30: Rename =trusted-files= to =trusted-content=.

(Release <2025-01-04 Sat>)

* Release of "Compat" Version 30.0.1.0

- compat-30: New variable =untrusted-content=.
Expand Down
2 changes: 1 addition & 1 deletion compat.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Philip Kaludercic <[email protected]>, Daniel Mendler <[email protected]>
;; Maintainer: Compat Development <~pkal/[email protected]>
;; Version: 30.0.1.0
;; Version: 30.0.2.0
;; URL: https://github.com/emacs-compat/compat
;; Package-Requires: ((emacs "24.4") (seq "2.23"))
;; Keywords: lisp, maint
Expand Down
6 changes: 3 additions & 3 deletions compat.texi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ modify this GNU manual.”
@finalout
@titlepage
@title "Compat" Manual
@subtitle For version 30.0.1.0
@subtitle For version 30.0.2.0
@author Philip Kaludercic, Daniel Mendler
@page
@vskip 0pt plus 1filll
Expand All @@ -46,7 +46,7 @@ modify this GNU manual.”

This manual documents the usage of the "Compat" Emacs lisp library,
the forward-compatibility library for Emacs Lisp, corresponding to
version 30.0.1.0.
version 30.0.2.0.

@insertcopying
@end ifnottex
Expand Down Expand Up @@ -109,7 +109,7 @@ mirrors the version of Emacs releases. The current version of Compat
corresponds to the current Emacs release.

@example
;; Package-Requires: ((emacs "24.4") (compat "30.0.1.0"))
;; Package-Requires: ((emacs "24.4") (compat "30.0.2.0"))
@end example

There is no need to depend on @code{emacs 24.4} specifically. One can
Expand Down

0 comments on commit e87b984

Please sign in to comment.