Skip to content

Commit

Permalink
clarify changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed Jan 14, 2019
1 parent 59f1683 commit 8856122
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGES

## 0.10.0+2
## 0.10.1

This is technically a breaking release, but it also includes important fixes for
v0.10.0. Rather than splitting the breaking parts out in to v0.11.0 so soon
Expand All @@ -14,7 +14,7 @@ This will not normally be done.
- **BREAKING**: Changed some of the methods on `DrawableDefinitionServer` to
support gradients better.
- **BREAKING**: Removed the `PaintServer` typedef, since this was only serving
gradients and we need to have more control there.
gradients and we need to have more control there for `xlink:href` support.

## 0.10.0+1

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Expand Up @@ -19,7 +19,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.10.0+1"
version: "0.10.0+2"
meta:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: flutter_svg
description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
author: Dan Field <dfield@gmail.com>
homepage: https://github.com/dnfield/flutter_svg
version: 0.10.0+1
version: 0.10.0+2

dependencies:
path_drawing: ^0.4.0
Expand Down

0 comments on commit 8856122

Please sign in to comment.