Skip to content

swiftide-v0.15.0

Latest
Compare
Choose a tag to compare
@SwabbieBosun SwabbieBosun released this 24 Dec 11:18
· 2 commits to master since this release

New features

  • a1b9a2d (query) Ensure concrete names for transformations are used when debugging (#496)

  • 7779c44 (query) Ensure query pipeline consistently debug logs in all other stages too

  • 55dde88 (query) Debug full retrieved documents when debug mode is enabled (#495)

  • 66031ba (query) Log query pipeline answer on debug (#497)

Miscellaneous

  • d255772 (agents) Rename CommandError::FailedWithOutput to CommandError::NonZeroExit (#484)
Better describes what is going on. I.e. `rg` exits with 1 if nothing is
  found, tests generally do the same if they fail.
  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.14.4...0.15.0