Skip to content

Commit

Permalink
Merge pull request #192 from thomastaylor312/chore/rc_bump
Browse files Browse the repository at this point in the history
chore(*): Bumps version to 0.8.0-rc.1
  • Loading branch information
thomastaylor312 authored Oct 12, 2023
2 parents 78aca99 + 68b3503 commit f7acd7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
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,7 +1,7 @@
[package]
name = "wadm"
description = "wasmCloud Application Deployment Manager: A tool for running Wasm applications in wasmCloud"
version = "0.7.1"
version = "0.8.0-rc.1"
edition = "2021"
authors = ["wasmCloud Team"]
keywords = ["webassembly", "wasmcloud", "wadm"]
Expand Down
17 changes: 0 additions & 17 deletions src/workers/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1441,15 +1441,13 @@ mod test {
annotations: None,
instance_id: "1".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
ActorInstance {
annotations: None,
instance_id: "2".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
Expand All @@ -1465,15 +1463,13 @@ mod test {
annotations: None,
instance_id: "3".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
ActorInstance {
annotations: None,
instance_id: "4".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
Expand Down Expand Up @@ -1520,15 +1516,13 @@ mod test {
annotations: None,
instance_id: "5".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
ActorInstance {
annotations: None,
instance_id: "6".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
Expand All @@ -1544,15 +1538,13 @@ mod test {
annotations: None,
instance_id: "7".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
ActorInstance {
annotations: None,
instance_id: "8".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
Expand Down Expand Up @@ -1754,15 +1746,13 @@ mod test {
annotations: None,
instance_id: "3".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
ActorInstance {
annotations: None,
instance_id: "4".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
Expand All @@ -1789,15 +1779,13 @@ mod test {
annotations: None,
instance_id: "7".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
ActorInstance {
annotations: None,
instance_id: "8".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
Expand Down Expand Up @@ -1986,15 +1974,13 @@ mod test {
annotations: None,
instance_id: "1".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
ActorInstance {
annotations: None,
instance_id: "2".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
Expand All @@ -2009,7 +1995,6 @@ mod test {
annotations: None,
instance_id: "3".to_string(),
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
}],
Expand Down Expand Up @@ -2389,15 +2374,13 @@ mod test {
instance_id: "1".to_string(),
annotations: None,
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
ActorInstance {
instance_id: "2".to_string(),
annotations: None,
revision: 0,
// TODO: FIXME
image_ref: None,
max_concurrent: 0,
},
Expand Down

0 comments on commit f7acd7e

Please sign in to comment.