Releases: emilpriver/geni
Releases · emilpriver/geni
v1.1.5
What's Changed
- Bump async-trait from 0.1.82 to 0.1.83 by @dependabot in #190
- Bump regex from 1.10.6 to 1.11.0 by @dependabot in #191
- Bump tempfile from 3.12.0 to 3.13.0 by @dependabot in #192
- Bump clap from 4.5.18 to 4.5.19 by @dependabot in #193
- Bump futures from 0.3.30 to 0.3.31 by @dependabot in #194
- Bump clap from 4.5.19 to 4.5.20 by @dependabot in #195
- Bump anyhow from 1.0.89 to 1.0.90 by @dependabot in #196
- Bump serde_json from 1.0.128 to 1.0.132 by @dependabot in #197
- Bump anyhow from 1.0.90 to 1.0.91 by @dependabot in #198
- Bump tokio from 1.40.0 to 1.41.0 by @dependabot in #199
- Bump regex from 1.11.0 to 1.11.1 by @dependabot in #200
- Bump serde from 1.0.210 to 1.0.213 by @dependabot in #201
- Bump serde from 1.0.213 to 1.0.214 by @dependabot in #204
- Bump anyhow from 1.0.91 to 1.0.92 by @dependabot in #203
- Bump which from 6.0.3 to 7.0.0 by @dependabot in #202
- Added order on dump fields by @emilpriver in #211
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Bump clap from 4.5.17 to 4.5.18 by @dependabot in #187
- Bump libsql from 0.5.0 to 0.6.0 by @dependabot in #188
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Bump serde from 1.0.209 to 1.0.210 by @dependabot in #182
- Bump clap from 4.5.16 to 4.5.17 by @dependabot in #180
- Bump anyhow from 1.0.86 to 1.0.87 by @dependabot in #179
- Bump sqlx from 0.8.1 to 0.8.2 by @dependabot in #178
- Bump serde_json from 1.0.127 to 1.0.128 by @dependabot in #181
- Bump anyhow from 1.0.87 to 1.0.88 by @dependabot in #183
- Bump anyhow from 1.0.88 to 1.0.89 by @dependabot in #184
- Added ; separator to schema.sql output from
sqlite_master
by @emilpriver in #186
Full Changelog: v1.1.2...v1.1.3
v1.1.2
This release fixes a issue with continuing executing queries even if the fails.
v1.1.1
- This release fixes nix flake not being able to build
v1.1.0
What's Changed
- Bump sqlx from 0.7.3 to 0.8.0 in /examples/library in the cargo group across 1 directory by @dependabot in #166
- Bump regex from 1.10.5 to 1.10.6 by @dependabot in #156
- Bump tempfile from 3.10.1 to 3.12.0 by @dependabot in #157
- Bump clap from 4.5.11 to 4.5.16 by @dependabot in #165
- Bump serde_json from 1.0.121 to 1.0.127 by @dependabot in #168
- Bump serde from 1.0.204 to 1.0.209 by @dependabot in #169
- Bump sqlx from 0.8.0 to 0.8.1 in the cargo group by @dependabot in #170
- Bump sqlx from 0.8.0 to 0.8.1 in /examples/library in the cargo group across 1 directory by @dependabot in #171
- Bump libsql from 0.4.0 to 0.5.0 by @dependabot in #177
- Bump tokio from 1.39.2 to 1.40.0 by @dependabot in #176
- Bump which from 6.0.2 to 6.0.3 by @dependabot in #174
- Bump async-trait from 0.1.81 to 0.1.82 by @dependabot in #175
- Fixed geni continue to execute even on failure
Full Changelog: v1.0.14...v1.1.0
v1.0.14
Brief
We fixed a version issue in cargo.toml
What's Changed
- chore: fix version and run cargo update by @chenrui333 in #152
New Contributors
- @chenrui333 made their first contribution in #152
Full Changelog: v1.0.13...v1.0.14
v1.0.13
Brief
This release is mostly a relase for bumping dependencies and security improvements.
What's Changed
- Bump serde from 1.0.203 to 1.0.204 by @dependabot in #142
- Bump async-trait from 0.1.80 to 0.1.81 by @dependabot in #144
- Bump serde_json from 1.0.119 to 1.0.120 by @dependabot in #143
- Bump mockall from 0.12.1 to 0.13.0 by @dependabot in #146
- Bump tokio from 1.38.0 to 1.38.1 by @dependabot in #147
- Bump serde_json from 1.0.120 to 1.0.121 by @dependabot in #148
- Bump sqlx from 0.7.4 to 0.8.0 by @dependabot in #150
- Bump tokio from 1.38.1 to 1.39.2 by @dependabot in #149
- Bump clap from 4.5.8 to 4.5.11 by @dependabot in #151
Full Changelog: v1.0.12...v1.0.13
v1.0.12
What's Changed
- Add distinct to maria and mysql queries by @emilpriver in #141
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- Bump clap from 4.5.7 to 4.5.8 by @dependabot in #131
- Bump log from 0.4.21 to 0.4.22 by @dependabot in #132
- Bump serde_json from 1.0.117 to 1.0.119 by @dependabot in #133
- Bump rustls from 0.20.9 to 0.22.4 in /examples/library in the cargo group across 1 directory by @dependabot in #138
- Fix issue with Geni printing duplicate constraints during postgres dump
Full Changelog: v1.0.10...v1.0.11