Skip to content

Commit 33e5e63

Browse files
committed
bumping version to 1.4.0
1 parent 214dbed commit 33e5e63

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## [Unreleased]
4+
### Changed
5+
- `CopyBuilder` now supports copying primitive arrays.
6+
7+
### Fixed
8+
- `CopyBuilder` now considers sorted maps and sets.
49

510
## [1.3.0] - 2025-12-29
611
### Changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'org.xmlobjects'
12-
version = '1.3.0'
12+
version = '1.4.0'
1313
description = 'A simple and lightweight XML-to-object mapping library'
1414
ext.date = new Date()
1515

0 commit comments

Comments
 (0)