Skip to content

Commit 71e3114

Browse files
author
david steele
committed
Release 0.1.1
1 parent dab4988 commit 71e3114

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
### Added
33
### Fixed
44

5-
## 0.1.0 - 2024-08-30
65

7-
Initial release
6+
## 0.1.1 - 2024-21-06
7+
- Release with dependency updates
8+
9+
## 0.1.0 - 2024-08-30
10+
- Initial release

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 = "helm2oci"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT"
66
publish = true

tests/it.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ fn test_e2e() {
3838
.unwrap();
3939
assert!(status.success());
4040

41-
let distribution_node = cncf_distribution::CncfDistribution::default().start().unwrap();
41+
let distribution_node = cncf_distribution::CncfDistribution::default()
42+
.start()
43+
.unwrap();
4244
let oci_ref = format!(
4345
"{}:{}/mychart:0.1.0",
4446
distribution_node.get_host().unwrap(),

0 commit comments

Comments
 (0)