This repository was archived by the owner on Oct 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ### Added
11
+
12
+ - Added support for Swift 5.3.
13
+ #10 by @mattt .
14
+
15
+ ## [ 0.1.0] - 2020-03-28
16
+
17
+ ### Changed
18
+
19
+ - Changed swift-syntax dependency to support Swift 5.2.
20
+ 4fdc48b by @mattt .
21
+
22
+ ## [ 0.0.2] - 2020-02-14
23
+
24
+ ### Added
25
+
26
+ - Added documentation for public APIs.
27
+ 1165c7a by @mattt .
28
+
29
+ ### Changed
30
+
31
+ - Changed ` ExpressibleBySyntax ` requirement to be optional initializer.
32
+ f0f84ab by @mattt .
33
+ - Changed ` AssociatedType ` to conform to ` CustomStringConvertible ` .
34
+ 0495879 by @mattt .
35
+ - Changed ` Typealias ` to conform to ` CustomStringConvertible ` .
36
+ ba52df3 by @mattt .
37
+
38
+ ## [ 0.0.1] - 2020-01-21
39
+
40
+ Initial release.
41
+
42
+ [ unreleased ] : https://github.com/SwiftDocOrg/swift-doc/compare/0.1.0...master
43
+ [ 0.1.0 ] : https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.1.0
44
+ [ 0.0.2 ] : https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.0.2
45
+ [ 0.0.1 ] : https://github.com/SwiftDocOrg/SwiftSemantics/releases/tag/0.0.1
You can’t perform that action at this time.
0 commit comments