Skip to content

Commit

Permalink
Update to 3.3.5 (#2555)
Browse files Browse the repository at this point in the history
* Run composer update

* Update changelog and TERMINUS_VERSION for 3.3.5
  • Loading branch information
CobyPear committed Feb 28, 2024
1 parent df8cf8e commit f9fc664
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## 3.3.5-dev
## 3.3.5 - 2024-02-28

- Remove the concept of change_management in site:team:role commands [#2550](https://github.com/pantheon-systems/terminus/pull/2550)
- Add art:list command [#2554](https://github.com/pantheon-systems/terminus/pull/2554)
- Run Terminus tests against PantheonAPI [#2547](https://github.com/pantheon-systems/terminus/pull/2547)

## 3.3.4 - 2024-02-27

Expand Down
2 changes: 1 addition & 1 deletion bin/terminus
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI

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

// Cannot use $_SERVER superglobal since that's empty during phpunit testing
// getenv('HOME') isn't set on Windows and generates a Notice.
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---

# App
TERMINUS_VERSION: '3.3.5-dev'
TERMINUS_VERSION: '3.3.5'

# Connectivity
TERMINUS_HOST: 'terminus.pantheon.io'
Expand Down

0 comments on commit f9fc664

Please sign in to comment.