Skip to content

Commit 70f96ac

Browse files
committed
Release 0.5.2 of codegen
There are other commits between 0.5.1 and this commit which are not being released. Codegen is the only crate being bumped.
1 parent 96137cc commit 70f96ac

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
1212
that automatically updates the `updated_at` column to the `current_timestamp`
1313
for each affected row in `UPDATE` statements.
1414

15+
## [0.5.2] 2016-02-27
16+
17+
* Updated to work on nightly from late February
18+
1519
## [0.5.1] 2016-02-11
1620

1721
* Diesel CLI no longer has a hard dependency on SQLite and PostgreSQL. It

diesel_codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel_codegen"
3-
version = "0.5.0"
3+
version = "0.5.2"
44
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
55
license = "MIT OR Apache-2.0"
66
build = "build.rs"

0 commit comments

Comments
 (0)