Bump version to 0.9.0-rc1
This commit is contained in:
parent
b8eebf59c7
commit
d1cf87712b
@ -76,7 +76,7 @@ Options:
|
|||||||
{-V|--version}")
|
{-V|--version}")
|
||||||
|
|
||||||
(define thin-metadata-pack-help
|
(define thin-metadata-pack-help
|
||||||
"thin_metadata_pack 0.8.5
|
"thin_metadata_pack 0.9.0-rc1
|
||||||
Produces a compressed file of thin metadata. Only packs metadata blocks that are actually used.
|
Produces a compressed file of thin metadata. Only packs metadata blocks that are actually used.
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
@ -91,7 +91,7 @@ OPTIONS:
|
|||||||
-o <FILE> Specify packed output file")
|
-o <FILE> Specify packed output file")
|
||||||
|
|
||||||
(define thin-metadata-unpack-help
|
(define thin-metadata-unpack-help
|
||||||
"thin_metadata_unpack 0.8.5
|
"thin_metadata_unpack 0.9.0-rc1
|
||||||
Unpack a compressed file of thin metadata.
|
Unpack a compressed file of thin metadata.
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
|
@ -511,7 +511,7 @@
|
|||||||
(define-scenario (thin-metadata-pack version)
|
(define-scenario (thin-metadata-pack version)
|
||||||
"accepts --version"
|
"accepts --version"
|
||||||
(run-ok-rcv (stdout _) (thin-metadata-pack "--version")
|
(run-ok-rcv (stdout _) (thin-metadata-pack "--version")
|
||||||
(assert-equal "thin_metadata_pack 0.8.5" stdout)))
|
(assert-equal "thin_metadata_pack 0.9.0-rc1" stdout)))
|
||||||
|
|
||||||
(define-scenario (thin-metadata-pack h)
|
(define-scenario (thin-metadata-pack h)
|
||||||
"accepts -h"
|
"accepts -h"
|
||||||
@ -553,7 +553,7 @@
|
|||||||
(define-scenario (thin-metadata-unpack version)
|
(define-scenario (thin-metadata-unpack version)
|
||||||
"accepts --version"
|
"accepts --version"
|
||||||
(run-ok-rcv (stdout _) (thin-metadata-unpack "--version")
|
(run-ok-rcv (stdout _) (thin-metadata-unpack "--version")
|
||||||
(assert-equal "thin_metadata_unpack 0.8.5" stdout)))
|
(assert-equal "thin_metadata_unpack 0.9.0-rc1" stdout)))
|
||||||
|
|
||||||
(define-scenario (thin-metadata-unpack h)
|
(define-scenario (thin-metadata-unpack h)
|
||||||
"accepts -h"
|
"accepts -h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user