From 6e245ba4aaf0cec1ef89db9cc5ead4e05a8988f8 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Mon, 22 Jan 2024 11:38:00 +0200 Subject: [PATCH] Bumped version to 1.5.8 and added readme --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 8d385a4..41e393f 100644 --- a/README +++ b/README @@ -91,7 +91,8 @@ Because awlite is versioned in terms of functionality. The direct one-to-one port would have the same 1.5 version, and every slight improvement adds a new subversion, i.e. bumps the version number by 0.0.1. Stable subversions tend to have even numbers, testing subversions tend to have odd numbers. Also, every -new command set implementation bumps the version number by 0.1, indicating that it's no longer fully command-to-command compatible with the previous one. +new command set implementation bumps the version number by 0.1, indicating +that it's no longer fully command-to-command compatible with the previous one. - How large is awlite?