Skip to content

Commit 5f5fac9

Browse files
committed
Update documentation and finalize release 1.2.
1 parent 941f698 commit 5f5fac9

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.2 (2025-03-28)
4+
5+
- Improve the generation of nested lists for `AttributedStringGenerator`
6+
- Introduce a new option `tightLists` for `AttributedStringGenerator` which renders lists more compactly
7+
- The API of `AttributedStringGenerator` changes with this release
8+
39
## 1.1.9 (2024-08-04)
410

511
- Support converting Markdown into a string without any markup

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// `swift test`
1414
//
1515
// Created by Matthias Zenger on 09/08/2019.
16-
// Copyright © 2019-2023 Google LLC.
16+
// Copyright © 2019-2025 Google LLC.
1717
//
1818
// Licensed under the Apache License, Version 2.0 (the "License");
1919
// you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,5 +376,5 @@ _Swift Package Manager_ is not needed.
376376
## Copyright
377377

378378
Author: Matthias Zenger (<matthias@objecthub.net>)
379-
Copyright © 2019-2024 Google LLC.
379+
Copyright © 2019-2025 Google LLC.
380380
_Please note: This is not an official Google product._

Sources/MarkdownKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>
22-
<string>Copyright © 2019-2023 Google LLC.</string>
22+
<string>Copyright © 2019-2025 Google LLC.</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)