Skip to content

Commit

Permalink
Release 1.7.2
Browse files Browse the repository at this point in the history
- Swift 5.9 is better choice over 5.10 in terms of compatibility
  • Loading branch information
Alex da Franca committed Jul 31, 2024
1 parent b7e9090 commit 77e1b18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Version 1.7.2 - 2024-07-31
### CHANGES:
- Swift 5.9 is better choice over 5.10 in terms of compatibility

## Version 1.7.1 - 2024-07-30
### CHANGES:
- revert changes to Package.swift so we can build with Xcode 15 again
Expand Down
2 changes: 1 addition & 1 deletion CommandlineTool/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ArgumentParser
import Foundation
import XcresultparserLib

private let marketingVersion = "1.7.1"
private let marketingVersion = "1.7.2"

struct xcresultparser: ParsableCommand {
static let configuration = CommandConfiguration(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You should see the tool respond like this:
```
Error: Missing expected argument '<xcresult-file>'
OVERVIEW: xcresultparser 1.7.1
OVERVIEW: xcresultparser 1.7.2
Interpret binary .xcresult files and print summary in different formats: txt,
xml, html or colored cli output.
Expand Down

0 comments on commit 77e1b18

Please sign in to comment.