Skip to content

Commit c93eae3

Browse files
committed
Bump to 1.4.0-beta-7
1 parent 94bdab3 commit c93eae3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

10+
## [1.4.0-beta-7] - 2025-02-20
11+
12+
### Changed
13+
14+
- Significantly improved configuration readability.
15+
1016
## [1.4.0-beta-6] - 2025-02-19
1117

1218
### Added
@@ -453,6 +459,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
453459
- Build support.
454460
- TUI.
455461

462+
[1.4.0-beta-7]: https://github.com/impulse-sw/deployer/compare/1.4.0-beta-6...1.4.0-beta-7
456463
[1.4.0-beta-6]: https://github.com/impulse-sw/deployer/compare/1.4.0-beta-5...1.4.0-beta-6
457464
[1.4.0-beta-5]: https://github.com/impulse-sw/deployer/compare/1.4.0-beta-4...1.4.0-beta-5
458465
[1.4.0-beta-4]: https://github.com/impulse-sw/deployer/compare/1.4.0-beta-3...1.4.0-beta-4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deployer"
3-
version = "1.4.0-beta-6"
3+
version = "1.4.0-beta-7"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)