Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpHP committed Feb 28, 2018
1 parent fd04c6b commit 5ea6ac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Builds and generates Rust bindings for the C interface of LAMMPS, the [*Large-sc
<!-- Please remember to update ALL TOML examples, not just this one! -->
```toml
[dependencies.lammps-sys]
tag = "v0.3.0"
tag = "v0.4.0"
git = "https://github.com/ExpHP/lammps-sys"
```

Expand Down
4 changes: 4 additions & 0 deletions relnotes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5ea6ac2

Please sign in to comment.