Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wryun committed Mar 2, 2022
1 parent 1d18f7f commit 11ffff5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGES
=======

0.9.1 to 0.9.2
--------------

- readline now reads your history file (if set) into its history on startup
(set history with history=~/.es_history or similar)
- minor cleanups/fixes (@eadwardus, @mwgamera, @tmmcguire)
- @eadwardus added flatten support to command substitution (e.g. `^{echo hello world})

0.9 to 0.9.1
------------

Expand Down
3 changes: 1 addition & 2 deletions release.es
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ if {! grep -q $1 version.c} {
echo '(yes, this should be automated)'
}

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

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
3 changes: 1 addition & 2 deletions version.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* version.c -- version number ($Revision: 1.2 $) */
#include "es.h"
static const char id[] = "@(#)es version 0.9.1 15-July-2016";
static const char id[] = "@(#)es version 0.9.2 2-Mar-2022";
const char * const version = id + (sizeof "@(#)" - 1);

0 comments on commit 11ffff5

Please sign in to comment.