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 7a100d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 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

## 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 7a100d8

Please sign in to comment.