Skip to content

Commit f9fc664

Browse files
authored
Update to 3.3.5 (#2555)
* Run composer update * Update changelog and TERMINUS_VERSION for 3.3.5
1 parent df8cf8e commit f9fc664

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
## 3.3.5-dev
4+
## 3.3.5 - 2024-02-28
5+
6+
- Remove the concept of change_management in site:team:role commands [#2550](https://github.com/pantheon-systems/terminus/pull/2550)
7+
- Add art:list command [#2554](https://github.com/pantheon-systems/terminus/pull/2554)
8+
- Run Terminus tests against PantheonAPI [#2547](https://github.com/pantheon-systems/terminus/pull/2547)
59

610
## 3.3.4 - 2024-02-27
711

bin/terminus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI
3232

3333
// This variable is automatically managed via updateDependenciesversion() in /RoboFile.php,
3434
// which is run after every call to composer update.
35-
$terminusPluginsDependenciesVersion = '501af5a90a';
35+
$terminusPluginsDependenciesVersion = '411b1e4983';
3636

3737
// Cannot use $_SERVER superglobal since that's empty during phpunit testing
3838
// getenv('HOME') isn't set on Windows and generates a Notice.

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/constants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99
# App
10-
TERMINUS_VERSION: '3.3.5-dev'
10+
TERMINUS_VERSION: '3.3.5'
1111

1212
# Connectivity
1313
TERMINUS_HOST: 'terminus.pantheon.io'

0 commit comments

Comments
 (0)