This repository was archived by the owner on Oct 17, 2021. It is now read-only.
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.1] - 2021-05-04
11
+
10
12
### Changed
11
13
12
14
- Changed swift-syntax dependency to target ` release/5.4 ` branch
@@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
56
55
57
Initial release.
56
58
57
- [ unreleased ] : https://github.com/SwiftDocOrg/SwiftSemantics/compare/0.3.0...main
59
+ [ unreleased ] : https://github.com/SwiftDocOrg/SwiftSemantics/compare/0.3.1...main
60
+ [ 0.3.1 ] : https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.3.1
58
61
[ 0.3.0 ] : https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.3.0
59
62
[ 0.2.0 ] : https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.2.0
60
63
[ 0.1.0 ] : https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.1.0
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ let package = Package(
89
89
.package (
90
90
name : " SwiftSemantics" ,
91
91
url : " https://github.com/SwiftDocOrg/SwiftSemantics" ,
92
- from : " 0.3.0 "
92
+ from : " 0.3.1 "
93
93
)
94
94
]
95
95
)
You can’t perform that action at this time.
0 commit comments