Releases: emilpriver/geni
Releases · emilpriver/geni
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
v1.0.10
What's Changed
- Fix issue with not all tables are printed in schema.sql by @emilpriver(reported by @Nick-Mazuk) in #130
Full Changelog: v1.0.9...v1.0.10