commit bfab884215b55c771bfcd078aaa944bbbb976e4a
parent 5dcf2616de9e5ccd2d7278e54461d0c5fe66103f
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 18 Oct 2018 23:09:19 +0200
Motyl 1.0.1 release
Diffstat:
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -0,0 +1,10 @@
+Motyl 1.0.1 (2018-10-18)
+
+- Enforce UTF-8 character encoding
+- Lint code and wrap lines longer than 80 characters
+
+
+
+Motyl 1.0.0 (2018-04-28)
+
+- Initial release
diff --git a/bin/motyl b/bin/motyl
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
###############################################################################
# #
-# Motyl 1.0.0 #
+# Motyl 1.0.1 #
# Copyright (c) 2016-2018, Frederic Cambus #
# https://github.com/fcambus/motyl #
# #