Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore: release main (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 24, 2021
1 parent db85620 commit 032b44b
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.28","crates/client":"0.1.0","crates/scraper":"0.1.0","crates/types":"0.1.0"}
{".":"0.2.0","crates/client":"0.2.0","crates/scraper":"0.2.0","crates/types":"0.1.0"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://www.github.com/YoloDev/3commas-rs/compare/ghcr.io/yolodev/3commas-scraper-v0.1.28...ghcr.io/yolodev/3commas-scraper-v0.2.0) (2021-11-24)


### ⚠ BREAKING CHANGES

* make client constructor return result

### Code Refactoring

* make client constructor return result ([db85620](https://www.github.com/YoloDev/3commas-rs/commit/db85620972aecf0f2d5e0a775bda33185e83cf26))

### [0.1.28](https://www.github.com/YoloDev/3commas-rs/compare/ghcr.io/yolodev/3commas-scraper-v0.1.27...ghcr.io/yolodev/3commas-scraper-v0.1.28) (2021-11-24)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

13 changes: 12 additions & 1 deletion crates/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://www.github.com/YoloDev/3commas-rs/compare/three-commas-client-v0.1.0...three-commas-client-v0.2.0) (2021-11-24)


### ⚠ BREAKING CHANGES

* make client constructor return result

### Code Refactoring

* make client constructor return result ([db85620](https://www.github.com/YoloDev/3commas-rs/commit/db85620972aecf0f2d5e0a775bda33185e83cf26))

## 0.1.0 (2021-11-24)


Expand All @@ -13,4 +24,4 @@

* The following workspace dependencies were updated
* dependencies
* three-commas-types bumped from 0.0.0 to 0.1.0
* three-commas-types bumped from 0.0.0 to 0.1.0
2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "three-commas-client"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "3commas client"
license = "MIT"
Expand Down
18 changes: 18 additions & 0 deletions crates/scraper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://www.github.com/YoloDev/3commas-rs/compare/three-commas-scraper-v0.1.0...three-commas-scraper-v0.2.0) (2021-11-24)


### ⚠ BREAKING CHANGES

* make client constructor return result

### Code Refactoring

* make client constructor return result ([db85620](https://www.github.com/YoloDev/3commas-rs/commit/db85620972aecf0f2d5e0a775bda33185e83cf26))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* three-commas-client bumped from 0.1.0 to 0.2.0

## 0.1.0 (2021-11-24)


Expand Down
4 changes: 2 additions & 2 deletions crates/scraper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "three-commas-scraper"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "3commas scraper"
license = "MIT"
Expand Down Expand Up @@ -28,4 +28,4 @@ tracing = "0.1.29"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.2", features = ["json", "env-filter"] }

three-commas-client = { version = "0.1.0", path = "../client" }
three-commas-client = { version = "0.2.0", path = "../client" }
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.28
0.2.0

0 comments on commit 032b44b

Please sign in to comment.