branch: externals/emacs-gc-stats commit a9acd357aa49dd98bf95e767519efa4d7fb98537 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
Bump version to 1.4 --- README.md | 5 +++++ README.org | 3 +++ emacs-gc-stats.el | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb658f012..6ebb9d0e26 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ You can pause the logging any time by disabling `emacs-gc-stats-mode` # News +## Version 1.4 + +- `emacs-gc-stats-file` is now compressed, when possible. + + ## Version 1.3 - New customization: `emacs-gc-stats-inhibit-command-name-logging` to diff --git a/README.org b/README.org index 4137998dc9..7af5ec0458 100644 --- a/README.org +++ b/README.org @@ -67,6 +67,9 @@ You can pause the logging any time by disabling ~emacs-gc-stats-mode~ (=M-x emacs-gc-stats-mode=). * News +** Version 1.4 + +- ~emacs-gc-stats-file~ is now compressed, when possible. ** Version 1.3 diff --git a/emacs-gc-stats.el b/emacs-gc-stats.el index 99b0f37553..07f21c2144 100644 --- a/emacs-gc-stats.el +++ b/emacs-gc-stats.el @@ -7,7 +7,7 @@ ;; URL: https://git.sr.ht/~yantar92/emacs-gc-stats ;; Package-Requires: ((emacs "25.1")) -;; Version: 1.3 +;; Version: 1.4 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by