Skip to content

Commit a809a03

Browse files
authored
chore(main): release 0.12.3 (#323)
1 parent ccfd223 commit a809a03

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.12.2"}
1+
{".":"0.12.3"}

CHANGELOG.md

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

3+
## [0.12.3](https://github.com/lusu007/dienstplan/compare/v0.12.2...v0.12.3) (2025-10-09)
4+
5+
6+
### Bug Fixes
7+
8+
* More performance improvements ([#324](https://github.com/lusu007/dienstplan/issues/324)) ([4d0b8fa](https://github.com/lusu007/dienstplan/commit/4d0b8fad41c55a959e0cd6382bcb2c3f5f33d26d))
9+
* Offload heavy operations to isolate ([#325](https://github.com/lusu007/dienstplan/issues/325)) ([ccfd223](https://github.com/lusu007/dienstplan/commit/ccfd223a8c79f6b5be3129cf52fa2b80e8ad5cce))
10+
* Upgrade dependencies ([#322](https://github.com/lusu007/dienstplan/issues/322)) ([2073694](https://github.com/lusu007/dienstplan/commit/2073694faa4c06894dba76fe5f10048c3b9d4ab4))
11+
312
## [0.12.2](https://github.com/lusu007/dienstplan/compare/v0.12.1...v0.12.2) (2025-10-09)
413

514

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.12.2
19+
version: 0.12.3
2020

2121
environment:
2222
sdk: '>=3.8.0 <4.0.0'

0 commit comments

Comments
 (0)