File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22# Changelog
33
4+ ## [ 0.11.1] - 2025-10-03
5+
6+ - ** Auto-procure subscriptions** - Automatically register subscriptions on relevant conditions
7+
48## [ 0.11.0] - 2025-10-03
59
610### Added
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'package:pub_semver/pub_semver.dart';
22
33// Constant with the current version of the Serverpod Cloud CLI.
44// This should be updated when a new version is released.
5- const String _cliVersionString = '0.11.0 ' ;
5+ const String _cliVersionString = '0.11.1 ' ;
66
77Version ? _cliVersion;
88
Original file line number Diff line number Diff line change 11name : serverpod_cloud_cli
2- version : 0.11.0
2+ version : 0.11.1
33description : A CLI tool from Serverpod used to deploy and manage Serverpod Cloud projects.
44repository : https://github.com/serverpod/serverpod_cloud_clients
55homepage : https://serverpod.dev
You can’t perform that action at this time.
0 commit comments