Skip to content

Commit 1e386e0

Browse files
committed
Tag version 1.1.0
This time, with new upstream SymbolKit version 1.0.0.
1 parent d38403e commit 1e386e0

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# CHANGELOG
2+
3+
<!-- Add items in reverse chronological order. -->
4+
5+
<!-- Add new items to an **## Unreleased** section as needed. -->
6+
7+
## 1.1.0
8+
9+
- Adds support for [snippets](https://github.com/apple/swift-evolution/blob/main/proposals/0356-swift-snippets.md).
10+
11+
## 1.0.0
12+
13+
Initial release.
14+
15+
- Adds the `preview-documentation` and `generate-documentation` commands.
16+
17+
<!-- Copyright (c) 2022 Apple Inc and the Swift Project authors. All Rights Reserved. -->

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
.plugin(name: "Swift-DocC Preview", targets: ["Swift-DocC Preview"]),
2222
],
2323
dependencies: [
24-
.package(url: "https://github.com/apple/swift-docc-symbolkit", branch: "main"),
24+
.package(url: "https://github.com/apple/swift-docc-symbolkit", from: "1.0.0"),
2525
],
2626
targets: [
2727
.plugin(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
// name, platforms, products, etc.
1919
dependencies: [
2020
// other dependencies
21-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
21+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
2222
],
2323
targets: [
2424
// targets

0 commit comments

Comments
 (0)