diff --git a/CHANGELOG.md b/CHANGELOG.md index a386942..bca94e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file +- Fixed small typos in error messages. + +## 0.1.5 + +- Fixed possible name collision in generated code- big thanks to kzys for finding it! diff --git a/Cargo.toml b/Cargo.toml index d15cea8..2250f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dlopen" -version = "0.1.4" +version = "0.1.5" authors = ["Szymon Wieloch "] description = "Library for opening and operating on dynamic link libraries (also known as shared objects or shared libraries)." keywords = [