Skip to content

Commit e86bc89

Browse files
committed
Release: 0.5
1 parent ca4a5d9 commit e86bc89

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# * makem.sh/Makefile --- Script to aid building and testing Emacs Lisp packages
22

33
# URL: https://github.com/alphapapa/makem.sh
4-
# Version: 0.4.2
4+
# Version: 0.5
55

66
# * Arguments
77

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ It's often helpful to run tests automatically before pushing with git. Here's a
232232
:TOC: :ignore children
233233
:END:
234234

235-
** 0.5-pre
235+
** 0.5
236236

237237
*Changed*
238238
+ Display all byte-compile warnings when linting, not just the first.

makem.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# * makem.sh --- Script to aid building and testing Emacs Lisp packages
44

55
# URL: https://github.com/alphapapa/makem.sh
6-
# Version: 0.5-pre
6+
# Version: 0.5
77

88
# * Commentary:
99

test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# * test.yml --- Test Emacs packages using makem.sh on GitHub Actions
22

33
# URL: https://github.com/alphapapa/makem.sh
4-
# Version: 0.4.2
4+
# Version: 0.5
55

66
# * Commentary:
77

0 commit comments

Comments
 (0)