Skip to content

Commit

Permalink
release: 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yiteam committed Nov 25, 2022
1 parent 4bf0eba commit 2890c83
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.5.4 (2022-11-25)

### Chores

- **deps**: bumped jackson-databind version to 2.14.1 ([a6ea1cdf](https://github.com/ymind/jacksync/commit/a6ea1cdf49d95723d6ec8a6618e21171edc57b5d))


### Build System

- **gradle:plugin**: bumped com.github.ben-manes.versions version to 0.44.0 ([6659b74d](https://github.com/ymind/jacksync/commit/6659b74d1fd7fab5e6c8e9cf2e1d13272d68fef6))
- **gradle:plugin**: bumped io.gitlab.arturbosch.detekt version to 1.22.0 ([3e282702](https://github.com/ymind/jacksync/commit/3e2827028f5ba02d6f7cf167b8e1f3c3d5eeae85))
- **kotlin**: bumped kotlin version to 1.7.21 ([4bf0eba4](https://github.com/ymind/jacksync/commit/4bf0eba4b0cc6b711568753d9186b3ba89b9143e))


## 0.5.0 (2022-10-24)

### Code Refactoring
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 更新日志

## 0.5.4 (2022-11-25)

### Chores

- **deps**: bumped jackson-databind version to 2.14.1 ([a6ea1cdf](https://github.com/ymind/jacksync/commit/a6ea1cdf49d95723d6ec8a6618e21171edc57b5d))


### Build System

- **gradle:plugin**: bumped com.github.ben-manes.versions version to 0.44.0 ([6659b74d](https://github.com/ymind/jacksync/commit/6659b74d1fd7fab5e6c8e9cf2e1d13272d68fef6))
- **gradle:plugin**: bumped io.gitlab.arturbosch.detekt version to 1.22.0 ([3e282702](https://github.com/ymind/jacksync/commit/3e2827028f5ba02d6f7cf167b8e1f3c3d5eeae85))
- **kotlin**: bumped kotlin version to 1.7.21 ([4bf0eba4](https://github.com/ymind/jacksync/commit/4bf0eba4b0cc6b711568753d9186b3ba89b9143e))


## 0.5.0 (2022-10-24)

### Code Refactoring
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

group = "team.yi.jacksync"
version = "0.5.0"
version = "0.5.4"
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."

java {
Expand Down

0 comments on commit 2890c83

Please sign in to comment.