Skip to content

Commit

Permalink
Merge pull request #29 from fastly/katie/release-0.2.1
Browse files Browse the repository at this point in the history
🚀 Prepare for 0.2.1 release
  • Loading branch information
aturon authored Jul 12, 2021
2 parents 7f5dde7 + 60b8bee commit 50c9fc5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Unreleased

## 0.2.1 (2021-07-12)

### Fixed

- Changed release artifacts naming format.

## 0.2.0 (2021-07-09)

- Initial release.
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.

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "viceroy-cli"
description = "Viceroy is a local testing daemon for Compute@Edge."
version = "0.2.0"
version = "0.2.1"
authors = ["Fastly"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
Expand All @@ -14,7 +14,7 @@ path = "src/main.rs"
itertools = "0.10.0"
structopt = "0.3.21"
tokio = {version = "1.2", features = ["full"]}
viceroy-lib = {path = "../lib", version = "^0.2.0"}
viceroy-lib = {path = "../lib", version = "^0.2.1"}
tracing = "0.1.26"
tracing-subscriber = "0.2.19"
tracing-futures = "0.2.5"
Expand Down
2 changes: 1 addition & 1 deletion cli/tests/trap-test/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 lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viceroy-lib"
version = "0.2.0"
version = "0.2.1"
description = "Viceroy implementation details."
authors = ["Fastly"]
edition = "2018"
Expand Down

0 comments on commit 50c9fc5

Please sign in to comment.