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# Changelog
22
3+ ## [ 0.17.0] - 2025-12-08
4+
5+ ### Changed
6+
7+ - ** Migration to Serverpod 3** - Changing to new Serverpod auth packages
8+
39## [ 0.16.1] - 2025-11-19
410
511### Fixed
Original file line number Diff line number Diff line change 11name : ground_control_client
2- version : 0.16.1
2+ version : 0.17.0
33description : A client library for the Serverpod Ground Control API. Used to manage Serverpod Cloud projects.
44repository : https://github.com/serverpod/serverpod_cloud_clients
55homepage : https://serverpod.dev
Original file line number Diff line number Diff line change 11
22# Changelog
33
4+ ## [ 0.17.0] - 2025-12-08
5+
6+ ### Changed
7+
8+ - ** Migration to Serverpod 3** - Changing to new Serverpod auth packages
9+
410## [ 0.16.1] - 2025-11-19
511
612### Fixed
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.16.1 ' ;
5+ const String _cliVersionString = '0.17.0 ' ;
66
77Version ? _cliVersion;
88
Original file line number Diff line number Diff line change 11name : serverpod_cloud_cli
2- version : 0.16.1
2+ version : 0.17.0
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
@@ -26,7 +26,7 @@ dependencies:
2626 pool : ^1.5.1
2727 pub_semver : ^2.1.0
2828 pubspec_parse : ^1.5.0
29- ground_control_client : ^0.16.1
29+ ground_control_client : ^0.17.0
3030 rfc_6901 : ^0.2.0
3131 yaml_codec : ^1.0.0
3232 yaml : ^3.1.0
You can’t perform that action at this time.
0 commit comments