diff --git a/CHANGELOG.md b/CHANGELOG.md index 43badbc92a8..cde9a9833e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,5 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### TODO - TODO +## [0.1.1] - 2023-02-11 +- Fixed set_section method on macOS + +## [0.1.0] - 2023-01-21 +- Initial release + ## [0.0.0] - 2017-06-29 - This is a placeholder version for crates.io diff --git a/Cargo.toml b/Cargo.toml index 85289dc6b3b..2724aae79df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inkwell" -version = "0.1.0" +version = "0.1.1" authors = ["Daniel Kolsoi "] description = "Inkwell aims to help you pen your own programming languages by safely wrapping llvm-sys." documentation = "https://thedan64.github.io/inkwell/"