Bump github.com/itchyny/gojq from 0.12.11 to 0.12.12
Bumps github.com/itchyny/gojq from 0.12.11 to 0.12.12.
Release notes
Sourced from github.com/itchyny/gojq's releases.
Release v0.12.12
- fix assignment operator (
=) with overlapping paths and multiple values ([[]] | .. = ..)- fix crash on multiplying large numbers to an empty string (
9223372036854775807 * "")- improve zsh completion file
Changelog
Sourced from github.com/itchyny/gojq's changelog.
v0.12.12 (2023-03-01)
- fix assignment operator (
=) with overlapping paths and multiple values ([[]] | .. = ..)- fix crash on multiplying large numbers to an empty string (
9223372036854775807 * "")- improve zsh completion file
Commits
-
655bcabbump up version to 0.12.12 -
05310e0update CHANGELOG.md for v0.12.12 -
e2175d8update dependencies -
e09b851improve zsh completion for positional flags and query argument -
218ec1aimprove flag descriptions and the zsh completion file -
5e5766drename encoder methods for the map type to respect JSON terms -
1a32db9fix crash on multiplying large numbers to an empty string (close #209) -
54b7644specify write permission of packages in the release workflow -
34c413afix assignment operator with overlapping paths and values again -
5240688fix assignment operator with overlapping paths and multiple values - Additional commits viewable in compare view