[pve-devel] [PATCH proxmox_login_manager 1/2] chore: bumb version to v1.0.0
Shan Shaji
s.shaji at proxmox.com
Tue Sep 23 14:06:18 CEST 2025
Update version to `v1.0.0` due to the breaking change introduced in the
following commit (66bbfac).
Signed-off-by: Shan Shaji <s.shaji at proxmox.com>
---
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
More information about the pve-devel
mailing list