Skip to content

Commit 9c31040

Browse files
committed
build(main): release 0.2.24
1 parent 50aa71f commit 9c31040

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.23"
2+
".": "0.2.24"
33
}

CHANGELOG.md

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

3+
## [0.2.24](https://github.com/chemodun/X4-XMLDiffAndPatch/compare/v0.2.23...v0.2.24) (2025-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **workflow:** add xargs to handle file names with spaces in markdown update workflow ([970f072](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/970f072010c9dfa0cc025b0944c6824c1cb48ed6))
9+
* **XMLDiff, XMLPatch:** log level of console will not be more detailed than for the log file. Resolves [#22](https://github.com/chemodun/X4-XMLDiffAndPatch/issues/22) ([12f9a48](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/12f9a486d6d477e5d3c98fe8bc96e9c428daa449))
10+
* **XMLDiff, XMLPatch:** result folder will be created in recursive processing too (as for the single file) Resolves [#21](https://github.com/chemodun/X4-XMLDiffAndPatch/issues/21) ([dd442ff](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/dd442ffa5ddd3e549ec1ad791d945d6db8748ea5))
11+
* **XMLDiff:** doubling the first attribute in XPath (Fixes [#20](https://github.com/chemodun/X4-XMLDiffAndPatch/issues/20)) ([c0d489d](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/c0d489da0b79182351e564e0faaecc157e4aca8e))
12+
* **XMLDiff:** sibling keyword usage in XPath ([c0d489d](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/c0d489da0b79182351e564e0faaecc157e4aca8e))
13+
14+
15+
### Code Refactoring
16+
17+
* **workflow:** simplify markdown update process by using changed-files action ([44147e4](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/44147e47d974d721f00cb04d0586b40074e5cc52))
18+
* **XMLDiff:** --only-full-path option replaced by --anywhere-is-allowed. And default behavior is to use full path. ([50aa71f](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/50aa71fbcc71038a3d64a6b1432c3ad5aeb79086))
19+
* **XMLDiff, XMLPatch:** enable ignoring unknown arguments and improve help output ([50aa71f](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/50aa71fbcc71038a3d64a6b1432c3ad5aeb79086))
20+
* **XMLDiff:** improve XPath generation when the element has child elements, which can unique identify it ([c0d489d](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/c0d489da0b79182351e564e0faaecc157e4aca8e))
21+
22+
23+
### Miscellaneous Chores
24+
25+
* **workflow:** fix ([f817944](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/f817944d2fde3421bfb503f143af97a5b2a04555))
26+
* **workflow:** simplify file specification in markdown update workflow ([4bfc97e](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/4bfc97ea13a1445e13583a468ae71abf3a2c4d22))
27+
* **workflow:** update changed-files action to version 0.1.1 ([17f189d](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/17f189d5c096dab85793211e39e083682feac39b))
28+
29+
30+
### Documentation
31+
32+
* **bbcode:** Update bbcode files ([fc4d3e3](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/fc4d3e3785feadb3407012238a3ac24327a3f8de))
33+
* **readme:** correct spacing in developer attribution for XMLDiff tool ([17b8515](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/17b8515faa7e5faece828550ed903d3895126af9))
34+
* **readme:** fix formatting in command line help section for XMLDiff tool ([144b9e0](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/144b9e01db6e1f6a5a575a8a04edf80e780ff34f))
35+
* **readme:** fix formatting issue in command line help section for XMLDiff tool ([6d3b751](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/6d3b75142ee6ee90a9bdc21523ebf9415e4838e1))
36+
* **readme:** fix spacing in developer attribution for XMLDiff tool ([5949fc8](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/5949fc82e5a41c5d3effc7eeb6cb7cc0673882c0))
37+
* **readme:** update changelog for version 0.2.24 with improvements, changes, and fixes ([179faaf](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/179faaf8b928d9db938918a8fd98dc2d3906e620))
38+
* **readme:** update version to 0.2.24 and modify command line options description ([50aa71f](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/50aa71fbcc71038a3d64a6b1432c3ad5aeb79086))
39+
340
## [0.2.23](https://github.com/chemodun/X4-XMLDiffAndPatch/compare/v0.2.22...v0.2.23) (2025-03-15)
441

542

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.23
1+
0.2.24

0 commit comments

Comments
 (0)