Skip to content

Commit

Permalink
chore(CHANGELOG.md): add all changes since 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Sep 4, 2023
1 parent 1937039 commit 849f364
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

- replace `structopt` with `clap`
- add subcommand to generate shell completions
- add `dsync::Error`(and `dsync::error`)
- replace `panic!`, most `.expect`s and some `.unwrap` with `Result`s
- add dependency `thiserror`
- remove dependency `anyhow`
- fix nullable unsigned integers not resulting in `Option<u*>`
- derive `Default` for all `Update*` structs
- use `@generated` file signature to exclude the files from formatting
- add `no-crud` option to not generate any `impl` blocks
- rename `type Connection =` to `type ConnectionType =` to lessen naming conflicts
- add many doc-comments to fields and functions
- replace `structopt` with `clap`

## 0.0.16

Expand Down

0 comments on commit 849f364

Please sign in to comment.