Skip to content

Commit fcebddf

Browse files
author
serverpod_cloud
committed
chore(release): 0c0d553c0c101be2fe88fd97dba3d690ee846c4a
1 parent 63c2c8c commit fcebddf

5 files changed

Lines changed: 39 additions & 4 deletions

File tree

ground_control_client/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.18.0] - 2025-12-15
4+
5+
### Added
6+
7+
- **`scloud me` command** - You can now display your current user's email and plan information with the `scloud me` command.
8+
- **`scloud db wipe` command** - Added a command to the CLI which deletes the database instance.
9+
10+
### Changed
11+
12+
- **Stripped dev_dependencies** - Development dependencies are now automatically removed from pubspec configuration files during cloud deployment packaging.
13+
- **Improved log options** - Conflicting log options now display warnings instead of errors, the default log time window is extended to 30 minutes and the default log limit is increased to 100.
14+
- **Dry-run feedback** - Deploy command now shows a checkmark during dry run.
15+
16+
### Fixed
17+
18+
- **Domain printing** - The launch command now only prints the domains.
19+
20+
321
## [0.17.0] - 2025-12-08
422

523
### Changed

ground_control_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ground_control_client
2-
version: 0.17.0
2+
version: 0.18.0
33
description: A client library for the Serverpod Ground Control API. Used to manage Serverpod Cloud projects.
44
repository: https://github.com/serverpod/serverpod_cloud_clients
55
homepage: https://serverpod.dev

serverpod_cloud_cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11

22
# Changelog
33

4+
## [0.18.0] - 2025-12-15
5+
6+
### Added
7+
8+
- **`scloud me` command** - You can now display your current user's email and plan information with the `scloud me` command.
9+
- **`scloud db wipe` command** - Added a command to the CLI which deletes the database instance.
10+
11+
### Changed
12+
13+
- **Stripped dev_dependencies** - Development dependencies are now automatically removed from pubspec configuration files during cloud deployment packaging.
14+
- **Improved log options** - Conflicting log options now display warnings instead of errors, the default log time window is extended to 30 minutes and the default log limit is increased to 100.
15+
- **Dry-run feedback** - Deploy command now shows a checkmark during dry run.
16+
17+
### Fixed
18+
19+
- **Domain printing** - The launch command now only prints the domains.
20+
421
## [0.17.0] - 2025-12-08
522

623
### Changed

serverpod_cloud_cli/lib/util/scloud_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.17.0';
5+
const String _cliVersionString = '0.18.0';
66

77
Version? _cliVersion;
88

serverpod_cloud_cli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: serverpod_cloud_cli
2-
version: 0.17.0
2+
version: 0.18.0
33
description: A CLI tool from Serverpod used to deploy and manage Serverpod Cloud projects.
44
repository: https://github.com/serverpod/serverpod_cloud_clients
55
homepage: 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.17.0
29+
ground_control_client: ^0.18.0
3030
rfc_6901: ^0.2.0
3131
yaml_codec: ^1.0.0
3232
yaml: ^3.1.0

0 commit comments

Comments
 (0)