Bump version and update Changes 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 10 Feb 2018 18:43:11 +0000 (18:43 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 10 Feb 2018 18:43:11 +0000 (18:43 +0000)
Changes
README
lib/App/Scheme79asm.pm

diff --git a/Changes b/Changes
index dfa8266fbbbd4074101189f68b692c4b9c497d37..463ebcf174ad186e44fbae6a5d2cb72e64d6d5fc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension App::Scheme79asm.
 
+0.001001 2018-02-10T18:43+00:00
+ - More features (laying out contiguous blocks)
+ - Use lists instead of conses in the input
+ - Some documentation
+
 0.001 2018-01-31T16:31+00:00
  - Initial release
 
diff --git a/README b/README
index 588ca257d2fadeaca77544f40884c495092e8b1c..b4d66c7d4bf97a7e13c9866afac5ce31be2e04ab 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-Scheme79asm version 0.001
-=============================
+App-Scheme79asm version 0.001001
+================================
 
 SIMPLE is a LISP processor defined in the 1979
 B<Design of LISP-Based Processors> paper by Steele and Sussman.
index 77a09f94d1898a8862a3e1f2544cefe49dd52176..61305f7abe2de7751211ba7f6a790ea2240a4f5d 100644 (file)
@@ -8,7 +8,7 @@ use Data::Dumper qw/Dumper/;
 use Data::SExpression qw/consp scalarp/;
 use Scalar::Util qw/looks_like_number/;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 our %TYPES = (
        LIST => 0,
This page took 0.011297 seconds and 4 git commands to generate.