Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpHP committed Jan 20, 2018
1 parent c0eb235 commit 8d1f5c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lammps-sys"
version = "0.2.0"
version = "0.3.0"
authors = ["Michael Lamparski <[email protected]>"]

[build-dependencies]
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Automatically-generated Rust bindings for the C interface of LAMMPS, the [*Large

```toml
[dependencies.lammps-sys]
tag = "v0.2.0"
tag = "v0.3.0"
git = "https://github.com/ExpHP/lammps-sys"
```

Expand Down Expand Up @@ -83,10 +83,12 @@ LAMMPS (31 Mar 2017)
Total wall time: 0:00:00
```

## License
## [License](COPYING)

Like Lammps, `lammps-sys` is licensed under the (full) GNU GPL v3.0. Please see the file `COPYING` for more details.

## [Release notes](relnotes.md)

## Citations

S. Plimpton, **Fast Parallel Algorithms for Short-Range Molecular Dynamics**, J Comp Phys, 117, 1-19 (1995)
6 changes: 6 additions & 0 deletions relnotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# `lammps-sys` release notes
## 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
## v0.1.0

0 comments on commit 8d1f5c3

Please sign in to comment.