[go: up one dir, main page]

Skip to content

Tags: kislyuk/yq

Tags

v3.4.3

Toggle v3.4.3's commit message
Finish migration to setuptools_scm

v3.4.2

Toggle v3.4.2's commit message
Constrain setuptools_scm version

v3.4.1

Toggle v3.4.1's commit message
- Add module entry points for xq and tomlq

v3.4.0

Toggle v3.4.0's commit message
- yq -y: Induce quoting of string scalars that start with 08 and 09

v3.3.1

Toggle v3.3.1's commit message
Revert "Do not interpret characters that cannot be parsed in octal as…

… int (#176)"

v3.3.0

Toggle v3.3.0's commit message
- 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

Toggle v3.2.3's commit message
- test.py: use valid values for jsonargs. Fixes #172

- Allow editing toml in place (#171)

- Documentation improvements

v3.2.2

Toggle v3.2.2's commit message
- Allow XML documents to be streamed with --xml-item-depth

v3.2.1

Toggle v3.2.1's commit message
- Relax tomlkit dependency version range to preserve Python 3.6 compa…

…tibility (#165)

v3.2.0

Toggle v3.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Use tomlkit instead of toml

- Add security policy

- Documentation and release infrastructure improvements