Skip to content

Commit 2890c83

Browse files
committed
release: 0.5.4
1 parent 4bf0eba commit 2890c83

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.4 (2022-11-25)
4+
5+
### Chores
6+
7+
- **deps**: bumped jackson-databind version to 2.14.1 ([a6ea1cdf](https://github.com/ymind/jacksync/commit/a6ea1cdf49d95723d6ec8a6618e21171edc57b5d))
8+
9+
10+
### Build System
11+
12+
- **gradle:plugin**: bumped com.github.ben-manes.versions version to 0.44.0 ([6659b74d](https://github.com/ymind/jacksync/commit/6659b74d1fd7fab5e6c8e9cf2e1d13272d68fef6))
13+
- **gradle:plugin**: bumped io.gitlab.arturbosch.detekt version to 1.22.0 ([3e282702](https://github.com/ymind/jacksync/commit/3e2827028f5ba02d6f7cf167b8e1f3c3d5eeae85))
14+
- **kotlin**: bumped kotlin version to 1.7.21 ([4bf0eba4](https://github.com/ymind/jacksync/commit/4bf0eba4b0cc6b711568753d9186b3ba89b9143e))
15+
16+
317
## 0.5.0 (2022-10-24)
418

519
### Code Refactoring

CHANGELOG.zh-cn.md

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

3+
## 0.5.4 (2022-11-25)
4+
5+
### Chores
6+
7+
- **deps**: bumped jackson-databind version to 2.14.1 ([a6ea1cdf](https://github.com/ymind/jacksync/commit/a6ea1cdf49d95723d6ec8a6618e21171edc57b5d))
8+
9+
10+
### Build System
11+
12+
- **gradle:plugin**: bumped com.github.ben-manes.versions version to 0.44.0 ([6659b74d](https://github.com/ymind/jacksync/commit/6659b74d1fd7fab5e6c8e9cf2e1d13272d68fef6))
13+
- **gradle:plugin**: bumped io.gitlab.arturbosch.detekt version to 1.22.0 ([3e282702](https://github.com/ymind/jacksync/commit/3e2827028f5ba02d6f7cf167b8e1f3c3d5eeae85))
14+
- **kotlin**: bumped kotlin version to 1.7.21 ([4bf0eba4](https://github.com/ymind/jacksync/commit/4bf0eba4b0cc6b711568753d9186b3ba89b9143e))
15+
16+
317
## 0.5.0 (2022-10-24)
418

519
### Code Refactoring

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
group = "team.yi.jacksync"
25-
version = "0.5.0"
25+
version = "0.5.4"
2626
description = "Jacksync provides a library for synchronization by producing and applying a JSON patches to Java objects. Inspired by RFC 6902 (JSON Patch) and RFC 7386 (JSON Merge Patch) written in Java, which uses Jackson at its core."
2727

2828
java {

0 commit comments

Comments
 (0)