Skip to content

Commit

Permalink
chore: Release diesel-derive-newtype version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Mar 17, 2024
1 parent a5992cf commit ea46136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# Unreleased

# Version 2.1.1

* Add support for structs with internal references to DieselNewTypes (`ethan-lowman-fp` [#30](https://github.com/quodlibetor/diesel-derive-newtype/pull/30)):

```rust
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "diesel-derive-newtype"
version = "2.1.0"
version = "2.1.1"
authors = ["Brandon W Maister <quodlibetor@gmail.com>"]
categories = ["database", "rust-patterns"]
description = "Automatically connect newtypes to Diesel using their wrapped type"
Expand Down

0 comments on commit ea46136

Please sign in to comment.