File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.2.0] ( https://github.com/derlin/bitdowntoc/compare/v2.1.0...v2.2.0 ) (2024-07-14)
4
+
5
+
6
+ ### 🚀 Features
7
+
8
+ * properly raise error on missing toc end ([ 22d5bed] ( https://github.com/derlin/bitdowntoc/commit/22d5bedf1185e89f68ba097fe9b9e4ef6c781b3c ) )
9
+
10
+
11
+ ### 🐛 Bug Fixes
12
+
13
+ * properly handle duplicates above the TOC placeholder ([ fb6b9c5] ( https://github.com/derlin/bitdowntoc/commit/fb6b9c52b29f933dc4bee09076fde141c2f247d3 ) )
14
+ * update to Kotlin Multiplatform 2.0.0 ([ f624c62] ( https://github.com/derlin/bitdowntoc/commit/f624c62ca5f029813876852a522b3885f9c409ce ) )
15
+
16
+
17
+ ### 🦀 Build and CI
18
+
19
+ * upload maven package to GitHub Packages ([ 4d8ea40] ( https://github.com/derlin/bitdowntoc/commit/4d8ea40971b5cfa039ded8c6df30b069e53c258c ) )
20
+
3
21
## [ 2.1.0] ( https://github.com/derlin/bitdowntoc/compare/v2.0.1...v2.1.0 ) (2024-05-09)
4
22
5
23
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group = " ch.derlin"
9
- version = " 2.1.1-SNAPSHOT " // x-release-please-version
9
+ version = " 2.2.0 " // x-release-please-version
10
10
11
11
repositories {
12
12
mavenCentral()
You can’t perform that action at this time.
0 commit comments