v0.1.7
What's Changed
The major new feature is interactive mode for multiple queries at the command line by @Suguivy. This release also includes a few bugfixes, some refactors, and documentation updates.
- Return entity slug with confirmation endpoint by @marcua in #279
- Refactor: Move everything but structs from http to server module by @marcua in #284
- Interactive mode for multiple queries by @Suguivy in #286
- Interactive followups by @marcua in #292
Dependency version bumps
- Bump clap from 4.4.15 to 4.4.18 by @dependabot in #276
- Bump assert_cmd from 2.0.12 to 2.0.13 by @dependabot in #273
- Bump actions/cache from 3 to 4 by @dependabot in #278
- Return entity slug with confirmation endpoint by @marcua in #279
- Bump env_logger from 0.10.1 to 0.10.2 by @dependabot in #280
- Bump h2 from 0.3.18 to 0.3.24 by @dependabot in #283
- Bump lettre from 0.11.3 to 0.11.4 by @dependabot in #289
- Bump serde_json from 1.0.111 to 1.0.113 by @dependabot in #293
- Bump toml from 0.8.8 to 0.8.10 by @dependabot in #295
- Bump serde from 1.0.195 to 1.0.197 by @dependabot in #299
- Bump regex from 1.10.2 to 1.10.3 by @dependabot in #285
- Bump tokio from 1.35.1 to 1.36.0 by @dependabot in #298
- Bump actix-web from 4.4.1 to 4.5.1 by @dependabot in #297
- Bump reqwest from 0.11.23 to 0.11.24 by @dependabot in #296
New Contributors
- @Suguivy made their first contribution in #286
Full Changelog: v0.1.6...v0.1.7