Skip to content

Commit

Permalink
Merge branch 'release/0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Aug 24, 2023
2 parents f89e16c + 5c0e26f commit f7cd8d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

## [0.4.1] - 2023-08-24Z
* Add log to show which tester is processed - [@Blackjacx](https://github.com/blackjacx).

## [0.4.0] - 2023-08-24Z
* [#60](https://github.com/blackjacx/assist/pull/60): Fix beta tester deletion - [@Blackjacx](https://github.com/blackjacx).
* [#58](https://github.com/blackjacx/assist/pull/58): Fix `xcTestRunFile` Name Generation - [@Blackjacx](https://github.com/blackjacx).
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/blackjacx/ASCKit",
"state" : {
"revision" : "2fe329b694f8ea977fc306e6057e9fa90485c43d",
"version" : "0.2.0"
"revision" : "bf8165371166baf312ee202361df4e25c4c0bce2",
"version" : "0.2.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/blackjacx/Engine", from: "0.0.3"),
.package(url: "https://github.com/blackjacx/ASCKit", from: "0.2.0"),
.package(url: "https://github.com/blackjacx/ASCKit", from: "0.2.1"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.1.0"),
.package(url: "https://github.com/kareman/SwiftShell", from: "5.1.0")
Expand Down
2 changes: 1 addition & 1 deletion Sources/Core/Core.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
import Foundation

public struct Constants {
public static let version = "0.4.0"
public static let version = "0.4.1"
}

0 comments on commit f7cd8d7

Please sign in to comment.