chore(master): release 1.13.1 (#4937)

This commit is contained in:
github-actions[bot] 2023-02-26 10:47:34 +09:00 committed by GitHub
parent ff82fb99af
commit fdd3d15054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [1.13.1](https://github.com/starship/starship/compare/v1.13.0...v1.13.1) (2023-02-26)
### Bug Fixes
* trigger release ([ff82fb9](https://github.com/starship/starship/commit/ff82fb99af88c007a18c7655fb0150c4415bb5db))
## [1.13.0](https://github.com/starship/starship/compare/v1.12.0...v1.13.0) (2023-02-24)

2
Cargo.lock generated
View File

@ -2783,7 +2783,7 @@ dependencies = [
[[package]]
name = "starship"
version = "1.13.0"
version = "1.13.1"
dependencies = [
"chrono",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "starship"
version = "1.13.0"
version = "1.13.1"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]