Skip to content

Commit 2d13edf

Browse files
authored
Update to 3.3.4 (#2549)
* Update dependencies in prep for 3.3.4. * Update changelog and constants.
1 parent 4e84ee1 commit 2d13edf

File tree

4 files changed

+145
-161
lines changed

4 files changed

+145
-161
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.4-dev
4+
## 3.3.4 - 2024-02-27
5+
6+
### Changed
7+
8+
- Added `--all` option to workflow:list to get all of the available workflows instead of last 100 (#2543)
59

610
## 3.3.3 - 2024-01-11
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 = 'a3d954d629';
35+
$terminusPluginsDependenciesVersion = '501af5a90a';
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.

0 commit comments

Comments
 (0)