Skip to content

Commit 66ded08

Browse files
committed
Updated to 0.3.4
1 parent 29221f0 commit 66ded08

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Master
44

5+
## 0.3.4
6+
7+
#### Fixed
8+
- Fixed swift package manager dependency targeting so that `BeakCore` can be used as a dependency #19
9+
10+
#### Internal
11+
- Updated PathKit, SWXMLHash, swift-package-manager, and SwiftShell
12+
13+
[Commits](https://github.com/yonaskolb/Beak/compare/0.3.3...0.3.4)
14+
515
## 0.3.3
616

717
#### Fixed

Sources/BeakCore/Beak.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public struct BeakOptions {
1818

1919
public class Beak {
2020

21-
public let version: String = "0.3.3"
21+
public let version: String = "0.3.4"
2222
public let options: BeakOptions
2323

2424
public init(options: BeakOptions) {

0 commit comments

Comments
 (0)