Skip to content

Commit

Permalink
Add Swift 5.8+, 5.9+, and 5.10+ badges. (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Feb 19, 2024
1 parent 7f6915c commit a13a4ea
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Logos/badge-icons/genbadges.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ curl -o "${REPO}/../../static/images/readthedocs.svg" \
curl -o "${REPO}/../../static/images/swift57up.svg" \
"https://img.shields.io/badge/swift-5.7%2B-white?style=plastic&logoColor=%23f07158&labelColor=gray&color=%23f07158&logo=$(logo swift57up)"

curl -o "${REPO}/../../static/images/swift58up.svg" \
"https://img.shields.io/badge/swift-5.8%2B-white?style=plastic&logoColor=%23f07158&labelColor=gray&color=%23f07158&logo=$(logo swift57up)"

curl -o "${REPO}/../../static/images/swift59up.svg" \
"https://img.shields.io/badge/swift-5.9%2B-white?style=plastic&logoColor=%23f07158&labelColor=gray&color=%23f07158&logo=$(logo swift57up)"

curl -o "${REPO}/../../static/images/swift510up.svg" \
"https://img.shields.io/badge/swift-5.10%2B-white?style=plastic&logoColor=%23f07158&labelColor=gray&color=%23f07158&logo=$(logo swift57up)"

curl -o "${REPO}/../../static/images/sswg-graduated.svg" \
"https://img.shields.io/badge/sswg-graduated-white?style=plastic&labelColor=gray&color=%23e01595&logo=$(logo sswg)"

Expand Down
36 changes: 36 additions & 0 deletions static/images/swift510up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions static/images/swift58up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions static/images/swift59up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a13a4ea

Please sign in to comment.