Skip to content

Commit 7250296

Browse files
committed
chore: add changelog item
1 parent 46d2f6d commit 7250296

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased]
4+
- [#106](https://github.com/Blackjacx/Assist/pull/106): Print keys subcommands as JSON - [@blackjacx](https://github.com/blackjacx).
45

56
## [0.11.0] - 2026-07-21Z
67

Package.resolved

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ let package = Package(
1313
.executable(name: "playground", targets: ["Playground"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/blackjacx/Engine", from: "0.3.1"),
17-
// .package(path: "../Engine"),
16+
.package(url: "https://github.com/blackjacx/Engine", from: "0.3.3"),
17+
// .package(path: "../Engine"),
1818

19-
.package(url: "https://github.com/blackjacx/ASCKit", from: "0.7.3"),
19+
.package(url: "https://github.com/blackjacx/ASCKit", from: "0.7.4"),
2020
// .package(url: "https://github.com/blackjacx/ASCKit", branch: "develop"),
2121
// .package(path: "../ASCKit"),
2222

0 commit comments

Comments
 (0)