File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.5.2] - 2025-04-29
4
+
5
+ ### Fixed
6
+
7
+ - ** Project naming** - The ` -server ` suffix is now dropped from the suggested project name when creating a new Serverpod project.
8
+
3
9
## [ 0.5.1] - 2025-04-14
4
10
5
11
### Fixed
Original file line number Diff line number Diff line change 1
1
name : ground_control_client
2
- version : 0.5.1
2
+ version : 0.5.2
3
3
description : A client library for the Serverpod Ground Control API. Used to manage Serverpod Cloud projects.
4
4
repository : https://github.com/serverpod/serverpod_cloud_clients
5
5
homepage : https://serverpod.dev
Original file line number Diff line number Diff line change 1
1
2
2
# Changelog
3
3
4
+ ## [ 0.5.2] - 2025-04-29
5
+
6
+ ### Fixed
7
+
8
+ - ** Project naming** - The ` -server ` suffix is now dropped from the suggested project name when creating a new Serverpod project.
9
+
4
10
## [ 0.5.1] - 2025-04-14
5
11
6
12
### Fixed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'package:pub_semver/pub_semver.dart';
2
2
3
3
// Constant with the current version of the Serverpod Cloud CLI.
4
4
// This should be updated when a new version is released.
5
- const String _cliVersionString = '0.5.1 ' ;
5
+ const String _cliVersionString = '0.5.2 ' ;
6
6
7
7
Version ? _cliVersion;
8
8
Original file line number Diff line number Diff line change 1
1
name : serverpod_cloud_cli
2
- version : 0.5.1
2
+ version : 0.5.2
3
3
description : A CLI tool from Serverpod used to deploy and manage Serverpod Cloud projects.
4
4
repository : https://github.com/serverpod/serverpod_cloud_clients
5
5
homepage : https://serverpod.dev
@@ -25,7 +25,7 @@ dependencies:
25
25
pool : ^1.5.1
26
26
pub_semver : ^2.1.0
27
27
pubspec_parse : ^1.5.0
28
- ground_control_client : ^0.5.1
28
+ ground_control_client : ^0.5.2
29
29
rfc_6901 : ^0.2.0
30
30
yaml_codec : ^1.0.0
31
31
yaml : ^3.1.0
You can’t perform that action at this time.
0 commit comments