Skip to content

Commit 0a8e9d6

Browse files
committed
Bump version to v0.2.1
1 parent 02abff3 commit 0a8e9d6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.2.1
4+
5+
- Reverted to upstream OCI spec parsing library.
6+
37
## v0.2.0
48

59
- All options are now prefixed with `--oi` in order to avoid name conflicts with underlying runtime options. For example, `--readonly-networking-mounts` is now called `--oi-readonly-networking-mounts`.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "oci-interceptor"
77
publish = false
88
repository = "https://github.com/picoCTF/oci-interceptor"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

0 commit comments

Comments
 (0)