Skip to content

Commit 52a67a0

Browse files
authored
Bump version to 2.4.2; note Swift 4.2 support
1 parent b4f674d commit 52a67a0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Application Metrics for Swift provides the following built-in data collection so
3232

3333
The Application Metrics for Swift agent supports the following runtime environments:
3434

35+
* **Swift v4.2 GA** on:
36+
* 64-bit runtime on Linux (Ubuntu 14.04, 16.04)
37+
* 64-bit runtime on macOS (x64)
3538
* **Swift v4.1 GA** on:
3639
* 64-bit runtime on Linux (Ubuntu 14.04, 16.04)
3740
* 64-bit runtime on macOS (x64)
@@ -48,7 +51,7 @@ Application Metrics for Swift can be installed by adding a dependency into your
4851

4952
```swift
5053
dependencies: [
51-
.package(url: "https://github.com/RuntimeTools/SwiftMetrics.git", from: "1.2.0")
54+
.package(url: "https://github.com/RuntimeTools/SwiftMetrics.git", from: "2.4.0")
5255
]
5356
...
5457
targets: [
@@ -287,9 +290,10 @@ This project uses a semver-parsable X.0.Z version number for releases, where X i
287290
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).
288291

289292
## Version
290-
2.4.1
293+
2.4.2
291294

292295
## Release History
296+
`2.4.2` - Removal of Swift 4.2 compiler warnings
293297
`2.4.1` - Refactoring to remove SwiftyJSON dependency and minor fixes
294298
`2.4.0` - New REST interface
295299
`2.3.0` - Support Swift 4.1

0 commit comments

Comments
 (0)