From f728edf0dce832ae989687c3198c9833dca5da6b Mon Sep 17 00:00:00 2001 From: "release-tokens-johnallen3d[bot]" <144028754+release-tokens-johnallen3d[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 12:34:50 -0400 Subject: [PATCH] chore: release (#90) Signed-off-by: release-tokens-johnallen3d[bot] <144028754+release-tokens-johnallen3d[bot]@users.noreply.github.com> Co-authored-by: release-tokens-johnallen3d[bot] <144028754+release-tokens-johnallen3d[bot]@users.noreply.github.com> --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a49bb2c..29b377e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/johnallen3d/conditions/compare/v0.1.3...v0.2.0) - 2023-10-08 + +### Added +- *(current)* allow optional region ([#125](https://github.com/johnallen3d/conditions/pull/125)) +- *(location)* add caching ([#123](https://github.com/johnallen3d/conditions/pull/123)) + +### Other +- remove usage of `eprintln!` ([#126](https://github.com/johnallen3d/conditions/pull/126)) +- *(deps)* bump ureq from 2.7.1 to 2.8.0 +- *(deps)* bump clap from 4.4.5 to 4.4.6 ([#118](https://github.com/johnallen3d/conditions/pull/118)) +- *(deps)* bump thiserror from 1.0.48 to 1.0.49 ([#117](https://github.com/johnallen3d/conditions/pull/117)) +- *(deps)* bump clap from 4.4.4 to 4.4.5 ([#116](https://github.com/johnallen3d/conditions/pull/116)) +- make clippy enforce pedantic lints ([#115](https://github.com/johnallen3d/conditions/pull/115)) +- *(deps)* bump clap from 4.4.3 to 4.4.4 ([#114](https://github.com/johnallen3d/conditions/pull/114)) +- *(deps)* bump clap from 4.4.2 to 4.4.3 ([#111](https://github.com/johnallen3d/conditions/pull/111)) +- always squash the merges! +- skip coverage for dependabot +- add a crates.io badge ([#110](https://github.com/johnallen3d/conditions/pull/110)) +- improve unit test coverage ([#107](https://github.com/johnallen3d/conditions/pull/107)) +- add code coverage tracking ([#108](https://github.com/johnallen3d/conditions/pull/108)) +- prevent release-plz running when dependabot ([#104](https://github.com/johnallen3d/conditions/pull/104)) +- *(deps)* bump tibdex/github-app-token from 1 to 2 ([#102](https://github.com/johnallen3d/conditions/pull/102)) +- *(deps)* bump actions/checkout from 3 to 4 ([#101](https://github.com/johnallen3d/conditions/pull/101)) +- *(deps)* bump rustls-webpki from 0.100.1 to 0.100.2 ([#97](https://github.com/johnallen3d/conditions/pull/97)) +- configure dependabot for actions ([#100](https://github.com/johnallen3d/conditions/pull/100)) +- run dependabot checks daily +- fix dependabot auto merge +- enable dependabot auto merge ([#96](https://github.com/johnallen3d/conditions/pull/96)) +- *(deps)* bump serde from 1.0.179 to 1.0.188 ([#94](https://github.com/johnallen3d/conditions/pull/94)) +- towards (more) simplicity ([#93](https://github.com/johnallen3d/conditions/pull/93)) +- update CI configuration ([#92](https://github.com/johnallen3d/conditions/pull/92)) +- extract an http client trait ([#85](https://github.com/johnallen3d/conditions/pull/85)) + ## [0.1.3](https://github.com/johnallen3d/conditions/compare/v0.1.2...v0.1.3) - 2023-09-06 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 2bef187..22445a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,7 +236,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "conditions" -version = "0.1.3" +version = "0.2.0" dependencies = [ "clap", "confy", diff --git a/Cargo.toml b/Cargo.toml index 975f976..799f660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conditions" -version = "0.1.3" +version = "0.2.0" edition = "2021" authors = ["John Allen "] repository = "https://github.com/johnallen3d/conditions"