Skip to content

Commit 73c4fde

Browse files
committed
Release v0.1.3
1 parent 4836640 commit 73c4fde

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
- Abitlity to choose the parse method: `Regex` (no dependencies) or `syntax-tree` (requires `rust-analyzer` extension)
6+
- Ability to use `rust-analyzer` as a dependency for document generation.
7+
- Parsing the syntax-tree will allow the addition of `Panic` sections to the documentation.
8+
9+
## [v0.1.3] - 2025-05-24
10+
11+
- Bug fix for generic functions.
12+
- Bug fix for function parsing for arguments containing commas.
513

614
## [v0.1.2] - 2025-05-04
715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rustdocstring",
33
"displayName": "Rust Doc String - Rust Docstring Generator",
44
"description": "Automatically generate structured Rust doc comments (///) for functions, structs, and enums.",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"publisher": "ChrisBeard",
77
"author": "Chris Beard",
88
"icon": "images/icon2.png",

0 commit comments

Comments
 (0)