Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 7690606

Browse files
committed
Bump version to 0.3.2
1 parent cb3239c commit 7690606

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.2] - 2021-05-13
11+
1012
### Changed
1113

1214
- 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
6264

6365
Initial release.
6466

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
6669
[0.3.1]: https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.3.1
6770
[0.3.0]: https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.3.0
6871
[0.2.0]: https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.2.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ let package = Package(
8989
.package(
9090
name: "SwiftSemantics",
9191
url: "https://github.com/SwiftDocOrg/SwiftSemantics",
92-
from: "0.3.1"
92+
from: "0.3.2"
9393
)
9494
]
9595
)
@@ -116,7 +116,7 @@ use the declaration below that corresponds to your Swift language version:
116116
// Swift 5.5
117117
.package(name: "SwiftSyntax",
118118
url: "https://github.com/apple/swift-syntax.git",
119-
.revision("4ae758ab85ed2a5d3e3e8b5050a8ce52179bd102")),
119+
.revision("release/5.5")),
120120
```
121121

122122
## Detailed Design

0 commit comments

Comments
 (0)