From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 176E01FF191 for ; Tue, 23 Sep 2025 14:06:33 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 11FADD0C9; Tue, 23 Sep 2025 14:07:03 +0200 (CEST) From: Shan Shaji To: pve-devel@lists.proxmox.com Date: Tue, 23 Sep 2025 14:06:18 +0200 Message-ID: <20250923120620.279795-2-s.shaji@proxmox.com> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250923120620.279795-1-s.shaji@proxmox.com> References: <20250923120620.279795-1-s.shaji@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1758629177033 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.145 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [changelog.md] Subject: [pve-devel] [PATCH proxmox_login_manager 1/2] chore: bumb version to v1.0.0 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Update version to `v1.0.0` due to the breaking change introduced in the following commit (66bbfac). Signed-off-by: Shan Shaji --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..eafe4bc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0 + +* **Breaking change:** Removed setting page and moved it to `pve_flutter_frontend` + +# 0.0.1 + +Initial Stable Release diff --git a/pubspec.yaml b/pubspec.yaml index 99f9870..d694d93 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: proxmox_login_manager description: A new Flutter package project. -version: 0.0.1 +version: 1.0.0 publish_to: none environment: -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel