Skip to content

Releases: kislyuk/yq

v3.4.3

27 Apr 15:39
Compare
Choose a tag to compare

Finish migration to setuptools_scm

v3.4.2

26 Apr 17:48
Compare
Choose a tag to compare

Constrain setuptools_scm version

v3.4.1

17 Apr 23:37
Compare
Choose a tag to compare
  • Add module entry points for xq and tomlq

v3.4.0

17 Apr 22:18
Compare
Choose a tag to compare
  • yq -y: Induce quoting of string scalars that start with 08 and 09

v3.3.1: Revert "Do not interpret characters that cannot be parsed in octal as…

15 Apr 18:16
Compare
Choose a tag to compare

Revert "Do not interpret characters that cannot be parsed in octal as int (#176)"

v3.3.0: - tomlq: Use tomllib on Python 3.11 when not round-tripping

14 Apr 05:26
Compare
Choose a tag to compare
  • tomlq: Use tomllib on Python 3.11 when not round-tripping

    • xq: Support in-place XML editing

    • Do not interpret characters that cannot be parsed in octal as int (#176)

v3.2.3: - test.py: use valid values for jsonargs. Fixes #172

09 Sep 21:42
Compare
Choose a tag to compare
  • test.py: use valid values for jsonargs. Fixes #172

    • Allow editing toml in place (#171)

    • Documentation improvements

v3.2.2

22 Apr 21:42
Compare
Choose a tag to compare
  • Allow XML documents to be streamed with --xml-item-depth

v3.2.1: - Relax tomlkit dependency version range to preserve Python 3.6 compa…

05 Apr 01:36
Compare
Choose a tag to compare
  • Relax tomlkit dependency version range to preserve Python 3.6 compatibility (#165)

v3.2.0: - Use tomlkit instead of toml

04 Apr 05:20
v3.2.0
2297478
Compare
Choose a tag to compare
  • Use tomlkit instead of toml

  • Add security policy

  • Documentation and release infrastructure improvements