diff --git a/CHANGELOG.md b/CHANGELOG.md index 044b6ebe8..1e0124f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.15.2](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.15.1...v4.15.2) (2024-05-01) + + +### Bug Fixes + +* **docker-compose:** include stopped containers ([#1422](https://github.com/spaceship-prompt/spaceship-prompt/issues/1422)) ([be2f603](https://github.com/spaceship-prompt/spaceship-prompt/commit/be2f6034d712c19db6ab810459c17b371ec6eb35)) + ## [4.15.1](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.15.0...v4.15.1) (2024-03-27) diff --git a/package.json b/package.json index 185297bfd..5f47a7033 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spaceship-prompt", - "version": "4.15.1", + "version": "4.15.2", "description": "A Zsh prompt for Astronauts.", "files": [ "lib", diff --git a/spaceship.zsh b/spaceship.zsh index efaaebe3d..ea1e07463 100644 --- a/spaceship.zsh +++ b/spaceship.zsh @@ -8,7 +8,7 @@ # Current version of Spaceship # Useful for issue reporting -export SPACESHIP_VERSION='4.15.1' +export SPACESHIP_VERSION='4.15.2' # Set SPACESHIP_ROOT if it isn't defined yet or if the directory does # not exist anymore (e.g. after an update to a newer version)