Skip to content

v2.3.3

Choose a tag to compare

@kislyuk kislyuk released this 30 Sep 17:06
· 207 commits to main since this release
v2.3.3
  • Avoid buffering all input docs in memory with no -y

    • End all json.dump output with newlines. Close all input
      streams. Fixes #8. Thanks to @bubbleattic for reporting.