diff options
| author | Alex Kost <alezost@gmail.com> | 2018-06-29 14:18:01 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2018-06-29 14:18:01 +0300 |
| commit | 60a922a0d48747f1c1d945a725f40a9d1f1fa3a9 (patch) | |
| tree | 54c0d347a2f2823172424278890b98492437506e | |
| parent | elisp/repl: Fix load-compiled-path for the latest Guix (diff) | |
| download | guix-wigust-0.4.1.1.tar.gz | |
Update NEWS and version to 0.4.1.1v0.4.1.1
| -rw-r--r-- | NEWS | 8 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | elisp/guix.el | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,13 @@ -*- mode: org -*- +* Changes in 0.4.1.1 (since 0.4.1) + +This is a bug-fix release: earlier version of "guix pull" command put +".go" files into the same directory as ".scm", but now they are placed +in different directories. This change is supported by this release. It +is a crucial change, as incompatibility between .scm and .go files may +lead to unpredictable errors. + * Changes in 0.4.1 (since 0.4) The main purpose of this release is to support the new behaviour of diff --git a/configure.ac b/configure.ac index 8ff69bf..ebece29 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Emacs-Guix. If not, see <http://www.gnu.org/licenses/>. ]]) -AC_INIT([Emacs-Guix], [0.4.1], [alezost@gmail.com], [emacs-guix], +AC_INIT([Emacs-Guix], [0.4.1.1], [alezost@gmail.com], [emacs-guix], [https://emacs-guix.gitlab.io/website/]) AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT) diff --git a/elisp/guix.el b/elisp/guix.el index 69dd696..feeaf6a 100644 --- a/elisp/guix.el +++ b/elisp/guix.el @@ -3,7 +3,7 @@ ;; Copyright © 2016–2018 Alex Kost <alezost@gmail.com> ;; Author: Alex Kost <alezost@gmail.com> -;; Version: 0.4.1 +;; Version: 0.4.1.1 ;; URL: https://emacs-guix.gitlab.io/website/ ;; Keywords: tools ;; Package-Requires: ((emacs "24.3") (dash "2.11.0") (geiser "0.8") (bui "1.1.0") (magit-popup "2.1.0") (edit-indirect "0.1.4")) |
