From c30fbc9233a45ef3c7b1c2940d1a3e4b0aad403b Mon Sep 17 00:00:00 2001 From: XaF Date: Sun, 8 Jan 2023 16:09:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=E2=9C=A8=F0=9F=90=9B=E2=99=BB?= =?UTF-8?q?=EF=B8=8F=20Release=20version=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.md b/info.md index 6642c60..387dff4 100644 --- a/info.md +++ b/info.md @@ -40,8 +40,8 @@ You can refer to the [README](https://github.com/XaF/qolsysgw#readme) for the de {% else -%} {% set parsed_version = version_installed.split('-')[0].replace('v', '').split('.') | map('int') | list -%} ## ChangeLog -{% if true -%} -### _Next (dev)_ +{% if parsed_version < [1, 1, 0] -%} +### Version 1.1.0 * ✨ **[feature]** Add `last_error_type` and `last_error_desc` attributes to partitions (#60) * ✨ **[feature]** Add `disarm_failed` counter as partition attribute (#61)