Skip to content

Commit 384175f

Browse files
author
Roman Vanesyan
committed
[ci skip] (chore) bump version
1 parent 96f34d0 commit 384175f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG.md
2-
# 0.7.0
2+
# 1.0.0-rc.0
3+
* Introduce `Any` field, a special field kind of which is determined based on
4+
`value`'s type probation.
5+
* Introduce lazy fields, i.e. fields values of which are evaluated on access.
6+
* `Formatter` now is typedef rather than abstract class.
37
* `Filter` now is typedef rather than abstract class.
48
It allows plain functions to be used as filters as well as callable classes.
59

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: jetlog
2-
version: 0.7.0
2+
version: 1.0.0-rc.0
33
license: MIT
44
description: >
55
Compact and robust structured logger for Dart.

0 commit comments

Comments
 (0)