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

Commit

Permalink
Bump crates from 0.1.0 to 0.2.0 (#54)
Browse files Browse the repository at this point in the history
A new version of both crates is released in anticipation of significant
changes to their core logic. This is as far as we are going to push the
current task design, so releasing a "final" version seems appropriate.
  • Loading branch information
jdno authored Sep 18, 2022
1 parent 6d4d1bf commit 94e6fec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatons/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "automatons"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

description = "Automation framework for software developers"
Expand Down
4 changes: 2 additions & 2 deletions integrations/github/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "automatons-github"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

description = "GitHub integration for the automatons framework"
Expand All @@ -21,7 +21,7 @@ keywords = [
[dependencies]
anyhow = { version = "1" }
async-trait = "0.1"
automatons = { path = "../../automatons", version = "0.1" }
automatons = { path = "../../automatons", version = "0.2" }
chrono = { version = "0.4", features = ["serde"] }
futures = "0.3.24"
jsonwebtoken = { version = "8" }
Expand Down

0 comments on commit 94e6fec

Please sign in to comment.