diff --git a/CHANGELOG.md b/CHANGELOG.md index a826398..0bed1a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 2.1.2 + * Fix new non_local_definitions lint in nightly (#31) # Version 2.1.1 diff --git a/Cargo.toml b/Cargo.toml index dd92159..80d405e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diesel-derive-newtype" -version = "2.1.1" +version = "2.1.2" authors = ["Brandon W Maister "] categories = ["database", "rust-patterns"] description = "Automatically connect newtypes to Diesel using their wrapped type"