Skip to content

Commit c71df3b

Browse files
committed
Cargo.toml: bump version v0.3.0
1 parent 1b2faef commit c71df3b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "chunkah"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "An OCI building tool for content-based layers"
55
authors = ["Jonathan Lebon <jonathan@jlebon.com>"]
66
repository = "https://github.com/coreos/chunkah"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ use the `Containerfile.splitter`, passing the target image as the `--from`:
8686
IMG=quay.io/fedora/fedora-minimal:latest
8787
buildah build --skip-unused-stages=false --from $IMG \
8888
--build-arg CHUNKAH_CONFIG_STR="$(podman inspect $IMG)" \
89-
https://github.com/coreos/chunkah/releases/download/v0.2.0/Containerfile.splitter
89+
https://github.com/coreos/chunkah/releases/download/v0.3.0/Containerfile.splitter
9090
```
9191

9292
Additional arguments can be passed to chunkah using the CHUNKAH_ARGS build

packaging/chunkah.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global crate chunkah
22

33
Name: chunkah
4-
Version: 0.2.0
4+
Version: 0.3.0
55
Release: %autorelease
66
Summary: OCI building tool for content-based container image layers
77

0 commit comments

Comments
 (0)