Skip to content

Commit 66b7d06

Browse files
authored
Update README with latest release information
1 parent a178557 commit 66b7d06

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Application Metrics for Swift can be installed by adding a dependency into your
4242

4343
```swift
4444
dependencies: [
45-
.Package(url: "https://github.com/RuntimeTools/SwiftMetrics.git", majorVersion: #, minorVersion: #),
45+
.Package(url: "https://github.com/RuntimeTools/SwiftMetrics.git", majorVersion: #, minor: #),
4646
]
4747
```
4848

@@ -264,9 +264,15 @@ This project uses a semver-parsable X.0.Z version number for releases, where X i
264264
Non-release versions of this project (for example on github.com/RuntimeTools/SwiftMetrics) will use semver-parsable X.0.Z-dev.B version numbers, where X.0.Z is the last release with Z incremented and B is an integer. For further information on the development process go to the [SwiftMetrics wiki][1]: [Developing](https://github.com/RuntimeTools/SwiftMetrics/wiki/Developing).
265265

266266
## Version
267-
1.0.2
267+
1.2.3
268268

269269
## Release History
270+
`1.2.3` - Dependency updates, graph resizing and Swift 4 support.
271+
`1.2.2` - Minor fixes.
272+
`1.2.1` - Minor fixes.
273+
`1.2.0` - Improvements to testing.
274+
`1.1.0` - Add WSS support.
275+
`1.0.3` - Swift 3.1.1 support (including dashboard).
270276
`1.0.2` - Initial Swift 3.1 support (SwiftMetricsDash not working on 3.1).
271277
`1.0.0` - First GA release.
272278
`0.0.12` - BlueMix AutoScaling support.

0 commit comments

Comments
 (0)