Skip to content

Commit 021b662

Browse files
committed
chore(release): prepare mixin_logger 0.2.0
1 parent d6a311b commit 021b662

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

packages/mixin_logger/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
## 0.1.4
2-
* support Swift Package Manager on iOS and macOS using shared Darwin sources
1+
## 0.2.0
2+
3+
**BREAKING CHANGE**
4+
5+
* require Flutter 3.7.0 or later.
6+
* support Swift Package Manager on iOS and macOS using shared Darwin sources [#487](https://github.com/MixinNetwork/flutter-plugins/pull/487)
7+
by [lockieRichter](https://github.com/lockieRichter)
38

49
## 0.1.3
510
* support android 15 16k page size

packages/mixin_logger/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ packages:
153153
path: ".."
154154
relative: true
155155
source: path
156-
version: "0.1.4"
156+
version: "0.2.0"
157157
path:
158158
dependency: "direct main"
159159
description:

packages/mixin_logger/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mixin_logger
22
resolution: workspace
33
description: Simple logger tool for flutter, make it easy to save your app log to file.
4-
version: 0.1.4
4+
version: 0.2.0
55
homepage: https://github.com/MixinNetwork/flutter-plugins
66

77
environment:

0 commit comments

Comments
 (0)