Skip to content

Commit 80b36b7

Browse files
committed
release: 0.8.27
1 parent 7835192 commit 80b36b7

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.8.27 (2025-01-11)
4+
5+
### Chores
6+
7+
- **deps**: bumped jackson-databind version to 2.18.2 ([796dd083](https://github.com/ymind/jacksync/commit/796dd083fceed21e552ac2cb9ee1351d9c62e47c))
8+
- **deps**: bumped junit-jupiter-engine version to 5.11.4 ([78351920](https://github.com/ymind/jacksync/commit/783519206f022b3b29cb5aa67feb67b7acbd03b8))
9+
10+
11+
### Build System
12+
13+
- **kotlin**: bumped kotlin version to 2.1.0 ([4844879a](https://github.com/ymind/jacksync/commit/4844879ac97e6569596907bd891e60c55a620d8d))
14+
15+
316
## 0.8.24 (2024-11-07)
417

518
### Chores

CHANGELOG.zh-cn.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# 更新日志
22

3+
## 0.8.27 (2025-01-11)
4+
5+
### Chores
6+
7+
- **deps**: bumped jackson-databind version to 2.18.2 ([796dd083](https://github.com/ymind/jacksync/commit/796dd083fceed21e552ac2cb9ee1351d9c62e47c))
8+
- **deps**: bumped junit-jupiter-engine version to 5.11.4 ([78351920](https://github.com/ymind/jacksync/commit/783519206f022b3b29cb5aa67feb67b7acbd03b8))
9+
10+
11+
### Build System
12+
13+
- **kotlin**: bumped kotlin version to 2.1.0 ([4844879a](https://github.com/ymind/jacksync/commit/4844879ac97e6569596907bd891e60c55a620d8d))
14+
15+
316
## 0.8.24 (2024-11-07)
417

518
### Chores

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = "team.yi.jacksync"
20-
version = "0.8.24"
20+
version = "0.8.27"
2121
description = "Jacksync provides a library for synchronization by producing and applying a JSON patches to Java objects. " +
2222
"Inspired by RFC 6902 (JSON Patch) and RFC 7386 (JSON Merge Patch) written in Java, which uses Jackson at its core."
2323

0 commit comments

Comments
 (0)