Skip to content

Commit d9c54ba

Browse files
committed
chore: bump version to 1.0.1
1 parent e9eaa9b commit d9c54ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "dev.gothickit.mdd"
7-
version = "1.0.0"
7+
version = "1.0.1"
88

99
repositories {
1010
mavenCentral()

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# v1.0.1
2+
3+
Version 1.0.1 includes fixes related to source file export.
4+
5+
- Fixed incorrect use of the ` ` escape code in the `TextBuilder`.
6+
- Fixed broken indentation formatting for source file exports.
7+
- Fixed invalid use of the ` ` escape code when exporting symbol information to text files.

0 commit comments

Comments
 (0)