From 5ea6ac2470362d30fde525069cf6f9e60c94c5d9 Mon Sep 17 00:00:00 2001 From: Michael Lamparski Date: Tue, 27 Feb 2018 20:41:48 -0500 Subject: [PATCH] v0.4.0 --- README.md | 2 +- relnotes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f8fa81..b08af2f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Builds and generates Rust bindings for the C interface of LAMMPS, the [*Large-sc ```toml [dependencies.lammps-sys] -tag = "v0.3.0" +tag = "v0.4.0" git = "https://github.com/ExpHP/lammps-sys" ``` diff --git a/relnotes.md b/relnotes.md index 2aaa95d..30681a9 100644 --- a/relnotes.md +++ b/relnotes.md @@ -1,4 +1,8 @@ # `lammps-sys` release notes +## v0.4.0 (Feb 27 2018) +- Automatically builds LAMMPS from source now. +- Completely different building model. Formerly, only dynamic was supported; now, only static is supported. + It is now possible to simply add `lammps-sys` as a dependency and have it Just Work... if you are lucky. ## v0.3.0 (Jan 20 2018) - Use bindgen's `trust_clang_mangling(false)`. This prevents the erroneous introduction of mangled `#[link_name]` attributes on systems with older libclang versions. ## v0.2.0