8000 Updated version and changelog · SnipMeDev/Highlights@9499e41 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9499e41

Browse files
committed
Updated version and changelog
1 parent 254cdb6 commit 9499e41

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.9.3]
2+
3+
### Fixed
4+
- strings in comment locating
5+
16
## [0.9.2]
27

38
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
```
1616

1717
```shell
18-
implementation("dev.snipme:highlights:0.9.2")
18+
implementation("dev.snipme:highlights:0.9.3")
1919
```
2020

2121
## Features ✨

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "dev.snipme"
11-
version = "0.9.2"
11+
version = "0.9.3"
1212

1313
kotlin {
1414
// Android

src/commonTest/kotlin/dev/snipme/highlights/internal/language/CommentTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class CommentTest {
7272
code = code
7373
).build().getCodeStructure()
7474

75-
result.printStructure(code)
7675
assertEquals(2, result.strings.size)
7776
}
7877
}

src/commonTest/kotlin/dev/snipme/highlights/internal/language/KotlinTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ class KotlinTest {
3636
code = code
3737
).build().getCodeStructure()
3838

39-
result.printStructure(code)
40-
4139
assertEquals(11, result.keywords.size)
4240
}
4341
}

0 commit comments

Comments
 (0)
0