From 43c033a070bf5224c9355fb58b1d99ba7fd73c5f Mon Sep 17 00:00:00 2001 From: Reuben Wong Date: Sun, 29 Oct 2023 23:36:35 +0800 Subject: [PATCH] chore: release (#28) Signed-off-by: Reuben Wong <26034626+reubenwong97@users.noreply.github.com> Co-authored-by: Reuben Wong <26034626+reubenwong97@users.noreply.github.com> --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce54b1..3ece49a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,4 @@ All notable changes to this project will be documented in this file. + diff --git a/Cargo.toml b/Cargo.toml index 9aa714f..e3663dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marketstack" -version = "0.0.9" +version = "0.0.10" edition = "2021" license = "MIT" description = "Rust bindings for Marketstack REST API"