From fe3780f231c12d1ce44336b34983f97d5a5cb1e9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Mar 2024 12:06:23 +0000 Subject: [PATCH] chore(release): 4.15.1 [skip ci] ## [4.15.1](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.15.0...v4.15.1) (2024-03-27) ### Bug Fixes * **pulumi:** Improve search for Pulumi.yml and Pulumi.yaml to prevent 'not found' message; Add tests for Pulumi section ([#1417](https://github.com/spaceship-prompt/spaceship-prompt/issues/1417)) ([134d979](https://github.com/spaceship-prompt/spaceship-prompt/commit/134d97984900285db2c2ec0c992f4d82b74d5e17)) --- CHANGELOG.md | 7 +++++++ LICENSE.md | 2 +- package.json | 2 +- spaceship.zsh | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a90b2be5e..044b6ebe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.15.1](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.15.0...v4.15.1) (2024-03-27) + + +### Bug Fixes + +* **pulumi:** Improve search for Pulumi.yml and Pulumi.yaml to prevent 'not found' message; Add tests for Pulumi section ([#1417](https://github.com/spaceship-prompt/spaceship-prompt/issues/1417)) ([134d979](https://github.com/spaceship-prompt/spaceship-prompt/commit/134d97984900285db2c2ec0c992f4d82b74d5e17)) + # [4.15.0](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.14.1...v4.15.0) (2023-10-04) diff --git a/LICENSE.md b/LICENSE.md index 8eb0e544e..a28cf2d03 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2016 [Denys Dovhan](https://denysdovhan.com) +Copyright (c) 2024-2016 [Denys Dovhan](https://denysdovhan.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 5726aa364..185297bfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spaceship-prompt", - "version": "4.15.0", + "version": "4.15.1", "description": "A Zsh prompt for Astronauts.", "files": [ "lib", diff --git a/spaceship.zsh b/spaceship.zsh index 14ed16d43..efaaebe3d 100644 --- a/spaceship.zsh +++ b/spaceship.zsh @@ -8,7 +8,7 @@ # Current version of Spaceship # Useful for issue reporting -export SPACESHIP_VERSION='4.15.0' +export SPACESHIP_VERSION='4.15.1' # 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)