Skip to content

Commit 11ffff5

Browse files
committed
0.9.2
1 parent 1d18f7f commit 11ffff5

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGES
22
=======
33

4+
0.9.1 to 0.9.2
5+
--------------
6+
7+
- readline now reads your history file (if set) into its history on startup
8+
(set history with history=~/.es_history or similar)
9+
- minor cleanups/fixes (@eadwardus, @mwgamera, @tmmcguire)
10+
- @eadwardus added flatten support to command substitution (e.g. `^{echo hello world})
11+
412
0.9 to 0.9.1
513
------------
614

release.es

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ if {! grep -q $1 version.c} {
1212
echo '(yes, this should be automated)'
1313
}
1414

15-
tar chzvf ../es-$1.tar.gz --exclude\=.gitignore --exclude\=release.es `{git ls-files} config.guess config.sub configure install-sh
16-
15+
tar chzvf ../es-$1.tar.gz --exclude\=.circleci --exclude\=.gitignore --exclude\=release.es `{git ls-files} config.guess config.sub config.h.in configure install-sh

version.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* version.c -- version number ($Revision: 1.2 $) */
21
#include "es.h"
3-
static const char id[] = "@(#)es version 0.9.1 15-July-2016";
2+
static const char id[] = "@(#)es version 0.9.2 2-Mar-2022";
43
const char * const version = id + (sizeof "@(#)" - 1);

0 commit comments

Comments
 (0)