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 cabf20f commit bb4e64a
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
@@ -1,5 +1,16 @@
# Changelog

## next

- 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

## 0.0.16

- add option `schema-path` and `model-path` to specify custom paths for diesel schemas input and model output
Expand Down

0 comments on commit bb4e64a

Please sign in to comment.