Skip to content

Commit

Permalink
Update to 3.0.6 (#2339)
Browse files Browse the repository at this point in the history
* Update dependencies.

* Prepare 3.0.6 release.
  • Loading branch information
kporras07 authored Feb 18, 2022
1 parent 14c5077 commit d164769
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 20 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## 3.0.6-dev
## 3.0.6 - 2022-02-18

### Changed
- Make upstream status report on composer updates (#2338)

### Fixed
- Fix bug where `self:console` was not working because psy/psysh was a dev dependency.
- Fix bug where `self:console` was not working because psy/psysh was a dev dependency. (#2332)
- Pin to league/container ^3 to avoid fatal errors (#2337)

## 3.0.5 - 2022-02-08

Expand Down
2 changes: 1 addition & 1 deletion bin/terminus
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 = 'c904527331';
$terminusPluginsDependenciesVersion = '617a5343ca';

// Cannot use $_SERVER superglobal since that's empty during phpunit testing
// getenv('HOME') isn't set on Windows and generates a Notice.
Expand Down
32 changes: 16 additions & 16 deletions 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.0.6-dev'
TERMINUS_VERSION: '3.0.6'

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

0 comments on commit d164769

Please sign in to comment.