Skip to content

Commit 07f69dd

Browse files
committed
Tag version 1.1.0
1 parent e169844 commit 07f69dd

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
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. -->

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)