Skip to content

Commit

Permalink
chore(release): 4.15.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.15.1](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](#1417)) ([134d979](134d979))
  • Loading branch information
semantic-release-bot committed Mar 27, 2024
1 parent 134d979 commit fe3780f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spaceship-prompt",
"version": "4.15.0",
"version": "4.15.1",
"description": "A Zsh prompt for Astronauts.",
"files": [
"lib",
Expand Down
2 changes: 1 addition & 1 deletion spaceship.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fe3780f

Please sign in to comment.