Skip to content

Commit

Permalink
Tag version 1.1.0
Browse files Browse the repository at this point in the history
This time, with new upstream SymbolKit version 1.0.0.
  • Loading branch information
bitjammer committed Jan 23, 2023
1 parent d38403e commit 10bc670
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# CHANGELOG

<!-- Add items in reverse chronological order. -->

<!-- Add new items to an **## Unreleased** section as needed. -->

## 1.1.0

- Adds support for [snippets](https://github.com/apple/swift-evolution/blob/main/proposals/0356-swift-snippets.md).

## 1.0.0

Initial release.

- Adds the `preview-documentation` and `generate-documentation` commands.

<!-- Copyright (c) 2022 Apple Inc and the Swift Project authors. All Rights Reserved. -->
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
.plugin(name: "Swift-DocC Preview", targets: ["Swift-DocC Preview"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-symbolkit", branch: "main"),
.package(url: "https://github.com/apple/swift-docc-symbolkit", from: "1.0.0"),
],
targets: [
.plugin(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
// name, platforms, products, etc.
dependencies: [
// other dependencies
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
],
targets: [
// targets
Expand Down

0 comments on commit 10bc670

Please sign in to comment.