Skip to content

v0.2.3

Latest
Compare
Choose a tag to compare
@gnprice gnprice released this 08 Dec 06:41
· 14 commits to main since this release
  • toml get on a missing key no longer panics. This gives it the same behavior as git config: print nothing, and exit with failure. (#14)
  • Fix query parse error on empty quoted key "", as in toml get data.toml 'foo."".bar'. (#20)