File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.1.6] - 2025-09-27
6+ ### Changed
7+ - Updated xsom to 4.0.6.
8+
59## [ 1.1.5] - 2025-03-02
610### Fixed
711- Removed unnecessary use of ` WeakReference ` in ` XMLReader ` .
6165## [ 1.0.0] - 2022-08-20
6266This is the initial release of xml-objects.
6367
64- [ Unreleased ] : https://github.com/xmlobjects/xml-objects/compare/v1.1.5...HEAD
68+ [ Unreleased ] : https://github.com/xmlobjects/xml-objects/compare/v1.1.6...HEAD
69+ [ 1.1.6 ] : https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.6
6570[ 1.1.5 ] : https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.5
6671[ 1.1.4 ] : https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.4
6772[ 1.1.2 ] : https://github.com/xmlobjects/xml-objects/releases/tag/v1.1.2
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = ' org.xmlobjects'
12- version = ' 1.1.5 '
12+ version = ' 1.1.6 '
1313description = ' A simple and lightweight XML-to-object mapping library'
1414ext. date = new Date ()
1515
You can’t perform that action at this time.
0 commit comments