From e23cf8c30416b8e73c437dd5cf423700923e3917 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Wed, 22 May 2024 01:01:00 +1100
Subject: [PATCH] Bump 0.1.0.2

---
 INSTALL.md         |  4 ++--
 build_toolchain.sh |  2 +-
 doc/upgrade.md     | 12 ++++++++++++
 package/info       |  2 +-
 4 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 76ccb3f..babe44c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,9 +5,9 @@ Build Instructions
 
 - A POSIX-compliant C development environment
 - GNU make version 3.81 or later
-- skalibs version 2.14.1.0: http://skarnet.org/software/skalibs/
+- skalibs version 2.14.1.1: http://skarnet.org/software/skalibs/
 - execline version 2.9.4.0: http://skarnet.org/software/execline/
-- oblibs version 0.2.0.2: https://git.obarun.org/Obarun/oblibs/
+- oblibs version 0.3.0.0: https://git.obarun.org/Obarun/oblibs/
 - lowdown version 0.6.4 or later for man and html pages: https://kristaps.bsd.lv/lowdown/
 - If cross-compiling: the sysdeps for your target architecture (see the [Cross-compilation](INSTALL.md#Cross-compilation) section below)
 
diff --git a/build_toolchain.sh b/build_toolchain.sh
index 7006882..0d98bf0 100755
--- a/build_toolchain.sh
+++ b/build_toolchain.sh
@@ -8,7 +8,7 @@ fi
 
 skalibs_tag="v2.14.1.0"
 execline_tag="v2.9.4.0"
-oblibs_tag="0.2.0.2"
+oblibs_tag="0.3.0.0"
 
 check_tag(){
 
diff --git a/doc/upgrade.md b/doc/upgrade.md
index af2bbf7..fc0c189 100644
--- a/doc/upgrade.md
+++ b/doc/upgrade.md
@@ -10,6 +10,18 @@ author: Eric Vidal <eric@obarun.org>
 # Changelog for 66-tools
 
 ---
+
+# In 0.1.0.2
+
+- Adapt to `oblibs` 0.3.0.0
+
+- Bugs fix:
+
+    - fix `-r` options at *66-ns* program.
+    - reset ignore options if element exist to avoid skipping it.
+
+---
+
 # In 0.1.0.1
 
 - Bugs fix
diff --git a/package/info b/package/info
index 8555eb4..3197d80 100644
--- a/package/info
+++ b/package/info
@@ -1,3 +1,3 @@
 package=66-tools
-version=0.1.0.1
+version=0.1.0.2
 package_macro_name=SS_TOOLS
-- 
GitLab