Skip to content

Commit d522c27

Browse files
Release v0.7.0
1 parent 47e6630 commit d522c27

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.7.0] - 2025-09-10
99

1010
### Added
1111

@@ -127,7 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127127
- package description from `kcp.json`
128128
- "extensibility" guarantees by forbidding non object paths to K8s objects
129129

130-
[Unreleased]: https://github.com/bruno-delfino1995/kct/compare/v0.6.0...HEAD
130+
[0.7.0]: https://github.com/bruno-delfino1995/kct/compare/v0.7.0...v0.6.0
131131
[0.6.0]: https://github.com/bruno-delfino1995/kct/compare/v0.6.0...v0.5.0
132132
[0.5.0]: https://github.com/bruno-delfino1995/kct/compare/v0.5.0...v0.4.0
133133
[0.4.0]: https://github.com/bruno-delfino1995/kct/compare/v0.4.0...v0.3.1

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.6.0"
15+
version = "0.7.0"
1616
edition = "2024"
1717
license = "MIT"
1818
authors = ["Bruno Felipe Leal Delfino <[email protected]>"]
@@ -24,13 +24,13 @@ assert_matches = "1.5.0"
2424
async-trait = "0.1.66"
2525
either = "1.8.1"
2626
futures = "0.3.26"
27-
kct_cli = { path = "./crates/kct_cli", version = "=0.6.0"}
28-
kct_compiler = { path = "./crates/kct_compiler", version = "=0.6.0"}
29-
kct_helper = { path = "./crates/kct_helper", version = "=0.6.0"}
30-
kct_jsonnet = { path = "./crates/kct_jsonnet", version = "=0.6.0"}
31-
kct_kube = { path = "./crates/kct_kube", version = "=0.6.0"}
32-
kct_package = { path = "./crates/kct_package", version = "=0.6.0"}
33-
kct_testing = { path = "./crates/kct_testing", version = "=0.6.0"}
27+
kct_cli = { path = "./crates/kct_cli", version = "=0.7.0"}
28+
kct_compiler = { path = "./crates/kct_compiler", version = "=0.7.0"}
29+
kct_helper = { path = "./crates/kct_helper", version = "=0.7.0"}
30+
kct_jsonnet = { path = "./crates/kct_jsonnet", version = "=0.7.0"}
31+
kct_kube = { path = "./crates/kct_kube", version = "=0.7.0"}
32+
kct_package = { path = "./crates/kct_package", version = "=0.7.0"}
33+
kct_testing = { path = "./crates/kct_testing", version = "=0.7.0"}
3434
serde_json = "1.0.94"
3535
serde_yaml = "0.8"
3636
tera = "1.17.1"

0 commit comments

Comments
 (0)