1 parent fcceefc commit a3587f2Copy full SHA for a3587f2
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.6.3 - 2026-08-27
6
7
- preserve the visible source position when a macOS window resize changes the
8
toolbar underlap inset, keeping the first line clear of the toolbar;
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.6.2"
+ from: "0.6.3"
45
)
46
]
47
```
0 commit comments