Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2026-01-01

### Added

- Add non cluster mode to also support standalone PVE nodes (@gyptazy). [#13]

## [1.0.0] - 2025-12-22

Expand Down
2 changes: 1 addition & 1 deletion ProxCLMC/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fn main() -> io::Result<()> {
if args.version {
println!("ProxCLMC");
println!("A lightweight tool to determine the maximum CPU compatibility level that is supported across all nodes in a Proxmox VE cluster.");
println!("Version: 1.0.0");
println!("Version: 1.1.0");
println!("Author: Florian Paul Azim Hoberg @gyptazy <gyptazy@gyptazy.com>");
println!("GitHub: https://github.com/gyptazy/ProxCLMC");
std::process::exit(0);
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
proxclmc (1.1.0) stable; urgency=medium

* Add non cluster mode to also support standalone PVE nodes. (Closes: #13)

-- Florian Paul Azim Hoberg <gyptazy@gyptazy.com> Thu, 01 Jan 2026 11:01:13 +0001

proxclmc (1.0.0) stable; urgency=medium

* Initial release of ProxCLMC.
Expand Down
Loading