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

Commit 4677d94

Browse files
committed
Bump version to 0.3.1
1 parent e7e86b4 commit 4677d94

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.1] - 2021-05-04
11+
1012
### Changed
1113

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

5557
Initial release.
5658

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
5861
[0.3.0]: https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.3.0
5962
[0.2.0]: https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.2.0
6063
[0.1.0]: https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.1.0

README.md

Lines changed: 1 addition & 1 deletion
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.0"
92+
from: "0.3.1"
9393
)
9494
]
9595
)

0 commit comments

Comments
 (0)