We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8bad8 commit dc97e80Copy full SHA for dc97e80
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Commander Changelog
2
3
-## Master
+## 0.9.0 (2019-06-12)
4
5
### Breaking
6
Commander.podspec.json
{
"name": "Commander",
- "version": "0.8.0",
+ "version": "0.9.0",
"summary": "Compose beautiful command line interfaces",
"homepage": "https://github.com/kylef/Commander",
"license": {
@@ -13,11 +13,12 @@
13
"social_media_url": "http://twitter.com/kylefuller",
14
"source": {
15
"git": "https://github.com/kylef/Commander.git",
16
- "tag": "0.8.0"
+ "tag": "0.9.0"
17
},
18
"source_files": "Sources/Commander/*.swift",
19
"platforms": {
20
"ios": "8.0",
21
"osx": "10.9"
22
- }
+ },
23
+ "swift_versions": ["4.2", "5.0"]
24
}
0 commit comments