From a13a4ea860f560e577a7a651f0f0748203f1afaf Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Mon, 19 Feb 2024 07:28:32 -0600 Subject: [PATCH] Add Swift 5.8+, 5.9+, and 5.10+ badges. (#154) --- Logos/badge-icons/genbadges.bash | 9 ++++++++ static/images/swift510up.svg | 36 ++++++++++++++++++++++++++++++++ static/images/swift58up.svg | 36 ++++++++++++++++++++++++++++++++ static/images/swift59up.svg | 36 ++++++++++++++++++++++++++++++++ 4 files changed, 117 insertions(+) create mode 100644 static/images/swift510up.svg create mode 100644 static/images/swift58up.svg create mode 100644 static/images/swift59up.svg diff --git a/Logos/badge-icons/genbadges.bash b/Logos/badge-icons/genbadges.bash index e479574..6808e03 100755 --- a/Logos/badge-icons/genbadges.bash +++ b/Logos/badge-icons/genbadges.bash @@ -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)" diff --git a/static/images/swift510up.svg b/static/images/swift510up.svg new file mode 100644 index 0000000..23dfef8 --- /dev/null +++ b/static/images/swift510up.svg @@ -0,0 +1,36 @@ + +swift: 5.10+ + + + + + + + + + + + + + + + + + + + + swift + 5.10+ + + diff --git a/static/images/swift58up.svg b/static/images/swift58up.svg new file mode 100644 index 0000000..90792a7 --- /dev/null +++ b/static/images/swift58up.svg @@ -0,0 +1,36 @@ + +swift: 5.8+ + + + + + + + + + + + + + + + + + + + + swift + 5.8+ + + diff --git a/static/images/swift59up.svg b/static/images/swift59up.svg new file mode 100644 index 0000000..83eda8f --- /dev/null +++ b/static/images/swift59up.svg @@ -0,0 +1,36 @@ + +swift: 5.9+ + + + + + + + + + + + + + + + + + + + + swift + 5.9+ + +