Skip to content

Commit 6f6bab3

Browse files
authored
Release v1.0.2 (#48)
1 parent 97f24a3 commit 6f6bab3

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Unreleased
22

3-
# 1.0.0
3+
## 1.0.2
4+
5+
- Dev: Adapt build for plugin-hub requirements. (#45, #46, #47)
6+
7+
## 1.0.1
8+
9+
- Dev: Fix gradle build file constraints.
10+
11+
## 1.0.0
412

513
- Major: Add speedrun notifications (#23)
614
- Minor: Add total value pattern for loot and clue scrolls (#33)

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
}
3434

3535
group = "dinkplugin"
36-
version = "1.0.0"
36+
version = "1.0.2"
3737

3838
tasks.withType<JavaCompile> {
3939
options.encoding = "UTF-8"

docs/MAKE-RELEASE.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
When making a release, ensure you update the version in build.gradle.kts, a tag is created, and a release has been made.
2+
3+
TODO: Better docs for how to test & build

0 commit comments

Comments
 (0)