From 092cd57ba0bf1702ac341548cc4035d2a82055ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:11:29 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 914dab2..1b7ddfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/rars/n3rgy_consumer_api_client/compare/v0.1.0...v0.1.1) - 2024-09-17 + +### Other + +- fix git repo link + ## [0.1.0](https://github.com/rars/n3rgy_consumer_api_client/releases/tag/v0.1.0) - 2024-09-17 ### Added diff --git a/Cargo.lock b/Cargo.lock index 109fd0d..9dbeb17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,7 +507,7 @@ dependencies = [ [[package]] name = "n3rgy_consumer_api_client" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 32dfa67..d7370b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "n3rgy_consumer_api_client" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["rars <2265225+rars@users.noreply.github.com>"] description = "A client for retrieving energy data from n3rgy's consumer API"