Skip to content

Commit b73c851

Browse files
committed
chore: update version to 1.0.1 and enhance CHANGELOG with pana score details
1 parent 98b04dc commit b73c851

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
* Increase [`pana`](https://pub.dev/packages/pana) score to 150/160. The remaining 10 points are related to an upstream [`dartdoc` issue](https://github.com/dart-lang/sdk/issues/62812) that is currently being investigated. The package is fully functional and ready for use, but the documentation validation process is encountering an error that needs to be resolved to achieve a perfect score.
4+
15
## 1.0.0
26

37
* Initial release of the `event_log` package.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: event_log
22
description: A Flutter plugin for accessing the Windows Event Log (Event Viewer). Monitor system events, query logs, and manage subscriptions with full Windows Event Log API support.
3-
version: 1.0.0
3+
version: 1.0.1
44
homepage: https://www.appsolves.dev
55
repository: https://github.com/AppSolves/flutter_event_log
66
issue_tracker: https://github.com/AppSolves/flutter_event_log/issues

0 commit comments

Comments
 (0)