Skip to content

Commit 534c4d0

Browse files
committed
v0.2.2
1 parent c572622 commit 534c4d0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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+
## v0.2.2
4+
5+
- Improved table of contents and source links ([@helins](https://github.com/helins))
6+
- Support wiki syntax for var linking: `[[foo]]` ([@helins](https://github.com/helins))
7+
- Upgrade clj-kondo to 2022.10.05
8+
39
## v0.1.1
410

511
- [#14](https://github.com/borkdude/quickdoc/issues/14): Skip vars defined in comments

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
:task (api/quickdoc {:git/branch "main"
88
:source-uri "https://dev.azure.com/company/_git/project?path={filename}&version=GBmain&_a=contents&line={row}&lineEnd={end-row}&lineStartColumn={col}&lineEndColumn={end-col}&lineStyle=plain"
99
:toc true
10-
:outfile "API2.md"})}}}
10+
:outfile "API.md"})}}}

0 commit comments

Comments
 (0)