diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3b66816 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 0.1.0 (2023-12-31) + +- Initial release. diff --git a/Cargo.toml b/Cargo.toml index 56daf06..631d078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ [package] name = "pinpayments_rs" -version = "0.9.0" +version = "0.1.0" description = "API bindings for the Pin Payments HTTP API" rust-version = "1.65.0" authors = [ @@ -18,10 +18,14 @@ repository = "https://github.com/montdidier/pinpayments_rs" keywords = ["pinpayments", "v1", "api", "async"] categories = ["api-bindings"] edition = "2021" - -include = [ - "**/*.rs", - "Cargo.toml" +exclude = [ + ".github/*", + ".gitignore", + "tests/*", + "tags", + "run.sh", + "test.sh", + "secret.txt", ] [lib]