From 5404121323ca82db3aad8001b52ee8fc0bda07e3 Mon Sep 17 00:00:00 2001 From: mcmah309 Date: Sat, 16 Mar 2024 02:14:02 +0000 Subject: [PATCH] chore: Bump --- CHANGELOG.md | 4 ++++ lib/src/log.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e498e9..ee689f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.3 + +- Change associated to stackTrace + # 0.2.2 - Add associated diff --git a/lib/src/log.dart b/lib/src/log.dart index 6be51c6..7e2a694 100644 --- a/lib/src/log.dart +++ b/lib/src/log.dart @@ -164,8 +164,8 @@ class LogEvent { final String? id; final StackTrace? logPointStackTrace; - LogEvent(this.level, this.obj, this.override, this.append, - this.stackTrace, this.time, this.id, this.logPointStackTrace); + LogEvent(this.level, this.obj, this.override, this.append, this.stackTrace, + this.time, this.id, this.logPointStackTrace); } enum LogFeature { diff --git a/pubspec.yaml b/pubspec.yaml index f6ad3f8..777faf6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rewind description: A logging tool that enables you to record any data, with full customization of what is captured and the appearance of your logs at every logging level. -version: 0.2.2 +version: 0.3.0 repository: https://github.com/mcmah309/anyhow_logging environment: