Skip to content

Commit

Permalink
add changelog, cargo.toml exclusions (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
montdidier authored Dec 31, 2023
1 parent dd7877f commit 2a5bdad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 0.1.0 (2023-12-31)

- Initial release.
14 changes: 9 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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]
Expand Down

0 comments on commit 2a5bdad

Please sign in to comment.