Skip to content

Commit

Permalink
chore(agents): bump agent versions to 1.0.0 for first release (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
luketchang authored Jun 6, 2022
1 parent 952f150 commit 9f02151
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions agents/kathy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

### Unreleased

### 1.0.0

- bumps version for first release
- adds a changelog
2 changes: 1 addition & 1 deletion agents/kathy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kathy"
version = "0.1.0"
version = "1.0.0"
authors = ["James Prestwich <[email protected]>", "Luke Tchang <[email protected]>"]
edition = "2021"
description = "Nomad kathy agent"
Expand Down
3 changes: 3 additions & 0 deletions agents/processor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

### Unreleased

### 1.0.0

- bumps version for first release
- adds a changelog
2 changes: 1 addition & 1 deletion agents/processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "processor"
version = "0.1.0"
version = "1.0.0"
authors = ["Luke Tchang <[email protected]>", "James Prestwich <[email protected]>"]
edition = "2021"
description = "Nomad processor agent"
Expand Down
3 changes: 3 additions & 0 deletions agents/relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

### Unreleased

### 1.0.0

- bumps version for first release
- adds a changelog
2 changes: 1 addition & 1 deletion agents/relayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "relayer"
version = "0.1.0"
version = "1.0.0"
authors = ["Luke Tchang <[email protected]>", "James Prestwich <[email protected]>"]
edition = "2021"
description = "Nomad relayer agent"
Expand Down
3 changes: 3 additions & 0 deletions agents/updater/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

### Unreleased

### 1.0.0

- bumps version for first release
- adds a changelog
2 changes: 1 addition & 1 deletion agents/updater/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "updater"
version = "0.1.0"
version = "1.0.0"
authors = ["James Prestwich <[email protected]>", "Luke Tchang <[email protected]>"]
edition = "2021"
description = "Nomad updater agent"
Expand Down
3 changes: 3 additions & 0 deletions agents/watcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

### Unreleased

### 1.0.0

- bumps version for first release
- adds a changelog
2 changes: 1 addition & 1 deletion agents/watcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "watcher"
version = "0.1.0"
version = "1.0.0"
authors = ["Luke Tchang <[email protected]>", "James Prestwich <[email protected]>"]
edition = "2021"
description = "Nomad watcher agent"
Expand Down

0 comments on commit 9f02151

Please sign in to comment.