Skip to content

Commit d3f9aeb

Browse files
committed
release 0.4.2
1 parent 3aea2fc commit d3f9aeb

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->
1313

14+
<!--------------------- Don't add new entries after this line --------------------->
15+
16+
## 0.4.2 - 2025-04-06
17+
1418
### Added
1519

1620
- Support for `proxy-url` setting in Kubeconfig [#81](https://github.com/mruoss/kubereq/pull/81)
@@ -23,8 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2327

2428
- Added missing `Kubereq.PodExec.child_spec/1` and `Kubereq.PodExec.child_spec/2`. [#81](https://github.com/mruoss/kubereq/pull/82)
2529

26-
<!--------------------- Don't add new entries after this line --------------------->
27-
2830
## 0.4.1 - 2024-12-26
2931

3032
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Kubereq.MixProject do
33

44
@app :kubereq
55
@source_url "https://github.com/mruoss/#{@app}"
6-
@version "0.4.1"
6+
@version "0.4.2"
77

88
def project do
99
[

0 commit comments

Comments
 (0)