Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonwieloch committed Sep 5, 2017
1 parent 69765c2 commit afc850f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# rust-dlopen changelog

## 0.1.0

- Initial version. Three complete APIs, tested

## 0.1.1

- Removed warning during compilation in some rare cases
- Fixed code formatting using rustfmt
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ dlopen = "0.1"

# Documentation

[Cargo documentation](https://docs.rs/dlopen).
[Cargo documentation](https://docs.rs/dlopen)

You can also take a look at provided [examples](https://github.com/szymonwieloch/rust-dlopen/tree/master/examples) in the source code.
[Examples](./examples)

[Changelog](./CHANGELOG.md)

# License
This code is licensed under [MIT](./LICENSE) license.

0 comments on commit afc850f

Please sign in to comment.