Skip to content

Commit

Permalink
Update NEWS and version to 0.4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alezost committed Jun 29, 2018
1 parent 38a20ce commit 60a922a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [[email protected]], [emacs-guix],
AC_INIT([Emacs-Guix], [0.4.1.1], [[email protected]], [emacs-guix],
[https://emacs-guix.gitlab.io/website/])

AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT)
Expand Down
2 changes: 1 addition & 1 deletion elisp/guix.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright © 2016–2018 Alex Kost <[email protected]>

;; Author: Alex Kost <[email protected]>
;; 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"))
Expand Down

0 comments on commit 60a922a

Please sign in to comment.