1 parent 1d3b788 commit 093556cCopy full SHA for 093556c
2 files changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to CodeViewerKit are documented in this file.
4
5
-## Unreleased
+## 0.2.1 - 2026-08-26
6
7
- apply the initial plain-text fallback as a native TextKit foreground color
8
so dark-mode source is readable before highlighting completes;
README.md
@@ -41,7 +41,7 @@ Or add the package to `Package.swift`:
41
dependencies: [
42
.package(
43
url: "https://github.com/cavs1910/CodeViewerKit.git",
44
- from: "0.2.0"
+ from: "0.2.1"
45
)
46
]
47
```
0 commit comments