Skip to content

Releases: clux/lq

0.12.2

28 Oct 20:16
0.12.2
33eb219
Compare
Choose a tag to compare

Fixes cargo binstall lq.

Full Changelog: 0.12.1...0.12.2

0.12.1

28 Oct 19:56
0.12.1
9e9f1d5
Compare
Choose a tag to compare

EXECUTABLE RENAMED to lq

yq -> lq.

For interop issues and not wanting to wage a holy war against the go version.

please add aliases as you see fit if you want to use as yq for muscle memory:

alias yq='lq --input=yaml'
alias tq='lq --input=toml'

but otherwise, this project is interoperable now. CI users, please symlink to old to avoid breaking or upgrade in lockstep with CI referencing the yq executable.

Dependencies

Changes

Full Changelog: 0.10.2...0.12.1

0.10.2

06 Mar 21:39
0.10.2
a9cffd5
Compare
Choose a tag to compare

What's Changed

Dependencies

Changes

  • Avoid sigpipe errors without pulling in libc by @clux in #45

Full Changelog: 0.10.1...0.10.2

0.10.1

09 Jan 03:40
0.10.1
f28b9aa
Compare
Choose a tag to compare

What's Changed

Dependencies

Full Changelog: 0.10.0...0.10.1

0.10.0

14 Nov 13:26
0.10.0
a46e405
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.0...0.10.0

0.9.0

01 Nov 22:21
0.9.0
60b0523
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.2...0.9.0

0.8.2

19 Sep 09:25
0.8.2
2174a5e
Compare
Choose a tag to compare

What's Changed

  • Allow eliding the jq_query by @clux in #19

Full Changelog: 0.8.1...0.8.2

0.8.1

18 Sep 23:32
0.8.1
cca6da6
Compare
Choose a tag to compare

What's Changed

  • fix module None default being passed on erroneously by @clux in #18

Full Changelog: 0.8.0...0.8.1

0.8.0

18 Sep 21:23
0.8.0
92c70d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

18 Sep 19:01
0.7.1
8d52168
Compare
Choose a tag to compare

What's Changed

  • inline compatible jq args to support --in-place by @clux in #15

Full Changelog: 0.6.0...0.7.1