This repository was archived by the owner on Oct 17, 2021. It is now read-only.
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
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.2] - 2021-05-13
11
+
10
12
### Changed
11
13
12
14
- Changed swift-syntax dependency to target ` release/5.5 ` branch
@@ -62,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62
64
63
65
Initial release.
64
66
65
- [ unreleased ] : https://github.com/SwiftDocOrg/SwiftSemantics/compare/0.3.1...main
67
+ [ unreleased ] : https://github.com/SwiftDocOrg/SwiftSemantics/compare/0.3.2...main
68
+ [ 0.3.2 ] : https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.3.2
66
69
[ 0.3.1 ] : https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.3.1
67
70
[ 0.3.0 ] : https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.3.0
68
71
[ 0.2.0 ] : https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.2.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.1 "
92
+ from : " 0.3.2 "
93
93
)
94
94
]
95
95
)
@@ -116,7 +116,7 @@ use the declaration below that corresponds to your Swift language version:
116
116
// Swift 5.5
117
117
.package (name : " SwiftSyntax" ,
118
118
url : " https://github.com/apple/swift-syntax.git" ,
119
- .revision (" 4ae758ab85ed2a5d3e3e8b5050a8ce52179bd102 " )),
119
+ .revision (" release/5.5 " )),
120
120
```
121
121
122
122
## Detailed Design
You can’t perform that action at this time.
0 commit comments