We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96137cc commit 70f96acCopy full SHA for 70f96ac
2 files changed
CHANGELOG.md
@@ -12,6 +12,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
12
that automatically updates the `updated_at` column to the `current_timestamp`
13
for each affected row in `UPDATE` statements.
14
15
+## [0.5.2] 2016-02-27
16
+
17
+* Updated to work on nightly from late February
18
19
## [0.5.1] 2016-02-11
20
21
* Diesel CLI no longer has a hard dependency on SQLite and PostgreSQL. It
diesel_codegen/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "diesel_codegen"
3
-version = "0.5.0"
+version = "0.5.2"
4
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
5
license = "MIT OR Apache-2.0"
6
build = "build.rs"
0 commit comments