Skip to content

Commit

Permalink
Minor changes before release, version change
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonwieloch committed Jun 9, 2019
1 parent 9c633b5 commit f3d7cd1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 40 deletions.
37 changes: 0 additions & 37 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dlopen"
version = "0.1.6"
version = "0.1.7"
authors = ["Szymon Wieloch <[email protected]>"]
description = "Library for opening and operating on dynamic link libraries (also known as shared objects or shared libraries)."
keywords = [
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ dlopen = "0.1"
[Cargo documentation](https://docs.rs/dlopen)

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

# Changelog

[GitHub changelog](https://github.com/szymonwieloch/rust-dlopen/releases)

# Acknowledgement

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dlopen = "0.1"
[Examples](../examples)
[Changelog](../CHANGELOG.md)
[Changelog](https://github.com/szymonwieloch/rust-dlopen/releases)
# License
This code is licensed under [MIT](../LICENSE) license.
Expand Down

0 comments on commit f3d7cd1

Please sign in to comment.