Skip to content

Commit 98b98ae

Browse files
Update CHANGELOG.md
1 parent 0b22e44 commit 98b98ae

File tree

1 file changed

+31
-16
lines changed

1 file changed

+31
-16
lines changed

CHANGELOG.md

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,41 @@
1-
# [2.44.1](https://github.com/domaframework/doma/releases/tag/2.44.1)
1+
# [2.44.2](https://github.com/domaframework/doma/releases/tag/2.44.2)
22

33

44
## Bug Fixes
55

6-
* Retain first semi-colon instead of removing it in SQL template ([#621](https://github.com/domaframework/doma/pull/621))
7-
* Prohibit multiple 1-arg constructors in DataType annotated record ([#614](https://github.com/domaframework/doma/pull/614))
6+
* Fix returning wrong type for Optional properties on selecting ([#628](https://github.com/domaframework/doma/pull/628))
87

98
## Maintenance
109

11-
* Switch from Gitter to Zulip ([#619](https://github.com/domaframework/doma/pull/619))
12-
* Deprecate LENIENT_SNAKE_LOWER_CASE and LENIENT_SNAKE_UPPER_CASE ([#613](https://github.com/domaframework/doma/pull/613))
13-
14-
## Documentation
15-
16-
* Replace doma-quarkus with quarkiverse-doma ([#622](https://github.com/domaframework/doma/pull/622))
17-
* Fix version property name ([#615](https://github.com/domaframework/doma/pull/615))
18-
19-
## Dependency Upgrades
20-
21-
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.7.0 ([#618](https://github.com/domaframework/doma/pull/618))
22-
* Update EndBug/add-and-commit action to v5 ([#616](https://github.com/domaframework/doma/pull/616))
23-
* Update actions/download-artifact action to v2 ([#617](https://github.com/domaframework/doma/pull/617))
10+
* Adjust merge retry settings ([#626](https://github.com/domaframework/doma/pull/626))
11+
* Add a new personal access token ([#625](https://github.com/domaframework/doma/pull/625))
12+
* Add pascalgn/automerge-action ([#624](https://github.com/domaframework/doma/pull/624))
13+
* Run the Gradle release task in the GitHub Actions workflow ([#623](https://github.com/domaframework/doma/pull/623))
14+
15+
16+
# [2.44.1](https://github.com/domaframework/doma/releases/tag/2.44.1)
17+
18+
19+
## Bug Fixes
20+
21+
* Retain first semi-colon instead of removing it in SQL template ([#621](https://github.com/domaframework/doma/pull/621))
22+
* Prohibit multiple 1-arg constructors in DataType annotated record ([#614](https://github.com/domaframework/doma/pull/614))
23+
24+
## Maintenance
25+
26+
* Switch from Gitter to Zulip ([#619](https://github.com/domaframework/doma/pull/619))
27+
* Deprecate LENIENT_SNAKE_LOWER_CASE and LENIENT_SNAKE_UPPER_CASE ([#613](https://github.com/domaframework/doma/pull/613))
28+
29+
## Documentation
30+
31+
* Replace doma-quarkus with quarkiverse-doma ([#622](https://github.com/domaframework/doma/pull/622))
32+
* Fix version property name ([#615](https://github.com/domaframework/doma/pull/615))
33+
34+
## Dependency Upgrades
35+
36+
* Update dependency com.diffplug.spotless:com.diffplug.spotless.gradle.plugin to v5.7.0 ([#618](https://github.com/domaframework/doma/pull/618))
37+
* Update EndBug/add-and-commit action to v5 ([#616](https://github.com/domaframework/doma/pull/616))
38+
* Update actions/download-artifact action to v2 ([#617](https://github.com/domaframework/doma/pull/617))
2439

2540

2641
# [2.44.0](https://github.com/domaframework/doma/releases/tag/2.44.0)

0 commit comments

Comments
 (0)