Pārlūkot izejas kodu

Bump version

Overview of changes:

 *  cached() will not always create cache

    Turns out caching *any* result is not the best approach as it means
    failures will keep manifesting in cache.  New version solves this by
    caching only if exit status is zero.  This can be overrided per
    call.
Alois Mahdal 7 gadus atpakaļ
vecāks
revīzija
c28065bb72
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini Parādīt failu

@@ -1,5 +1,5 @@
1 1
 [project]
2
-    version     = 0.0.1
2
+    version     = 0.0.2
3 3
     name        = Cached
4 4
     tagline     = Cached (maybe) command execution
5 5
     pkgname     = shellfu-bash-cached