Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Wieloch committed Jul 17, 2018
1 parent e89b5c2 commit 523a219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
- Added badges showing the library quality.
- Fixed collision of the "Result" name.
Other possible sources of collisions removed too.
- Fixed small typos in error messages.
- Fixed small typos in error messages.

## 0.1.5

- Fixed possible name collision in generated code- big thanks to kzys for finding it!
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.4"
version = "0.1.5"
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

0 comments on commit 523a219

Please sign in to comment.