We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9eaa9b commit d9c54baCopy full SHA for d9c54ba
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = "dev.gothickit.mdd"
7
-version = "1.0.0"
+version = "1.0.1"
8
9
repositories {
10
mavenCentral()
changelog.md
@@ -0,0 +1,7 @@
1
+# v1.0.1
2
+
3
+Version 1.0.1 includes fixes related to source file export.
+- Fixed incorrect use of the ` ` escape code in the `TextBuilder`.
+- Fixed broken indentation formatting for source file exports.
+- Fixed invalid use of the ` ` escape code when exporting symbol information to text files.
0 commit comments