Skip to content

Commit

Permalink
chore: release (#90)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
release-tokens-johnallen3d[bot] authored Oct 8, 2023
1 parent 649f25b commit f728edf
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conditions"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
authors = ["John Allen <[email protected]>"]
repository = "https://github.com/johnallen3d/conditions"
Expand Down

0 comments on commit f728edf

Please sign in to comment.