Skip to content

Commit 4adc7d8

Browse files
committed
Update pubspec and changelog
1 parent 6adc137 commit 4adc7d8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
## 0.0.6
2+
3+
- **ADDED**: Basic `QuadTree` implementation and example
4+
15
## 0.0.5
26

3-
- **CHANGED**: `frameRate` is replaced with `needsPaint` in `RePainter` delegate.
7+
- **CHANGED**: `frameRate` is replaced with `needsPaint` in `RePainter` delegate
48

59
## 0.0.4
610

711
- **ADDED**: More examples
8-
- **CHANGED**: Change interface of `RePainter` delegate.
12+
- **CHANGED**: Change interface of `RePainter` delegate
913

1014
## 0.0.3
1115

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: repaint
33
description: >
44
Library for creating and managing a canvas similar to CustomPaint but with more features.
55
6-
version: 0.0.5
6+
version: 0.0.6
77

88
homepage: https://github.com/PlugFox/repaint
99

0 commit comments

Comments
 (0)