Skip to content

Commit

Permalink
**skipped** upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
darkmmon committed Jul 12, 2023
1 parent 4175aa9 commit 1da2436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeaORM/docs/0.12.x-CHANGELOG_temp.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ assert!(matches!(res, Err(DbErr::RecordNotInserted)));
let res = Entity::insert_many([..]).on_conflict(on).do_nothing().exec(db).await;
assert!(matches!(res, Ok(TryInsertResult::Conflicted)));
```
================================ All Changes above was being Documented ================================

### Upgrades

Expand All @@ -327,6 +326,7 @@ assert!(matches!(res, Ok(TryInsertResult::Conflicted)));
* Upgrade `sea-schema` to `0.12` https://github.com/SeaQL/sea-orm/pull/1562
* Upgrade `clap` to `4.3` https://github.com/SeaQL/sea-orm/pull/1468

================================ All Changes above was being Documented ================================
### Bug Fixes

* Fixed `DeriveActiveEnum` throwing errors because `string_value` consists non-UAX#31 compliant characters https://github.com/SeaQL/sea-orm/pull/1374
Expand Down

0 comments on commit 1da2436

Please sign in to comment.