Skip to content

Commit e7e0f9b

Browse files
committed
CHANGELOG and version
1 parent b273ef5 commit e7e0f9b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

library/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CHANGELOG
22

33
- [CHANGELOG](#changelog)
4+
- [2.1.1](#211)
45
- [2.1.0](#210)
56
- [2.0.0](#200)
67
- [1.1.0](#110)
@@ -11,6 +12,13 @@
1112
- [0.1.1](#011)
1213
- [0.1.0](#010)
1314

15+
## 2.1.1
16+
17+
- fix: remove debug value print calls from `jpeg_decoder` by @ZaLiTHkA in <https://github.com/CaiJingLong/dart_image_size_getter/pull/21>
18+
- @ZaLiTHkA made their first contribution in <https://github.com/CaiJingLong/dart_image_size_getter/pull/21>
19+
20+
**Full Changelog**: <https://github.com/CaiJingLong/dart_image_size_getter/compare/library-2.1.0...library-2.1.1>
21+
1422
## 2.1.0
1523

1624
Feature:

library/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: image_size_getter
22
description: Get image width and height, the library does not completely decode the image file, just read the metadata to get the image width and height.
3-
version: 2.1.0
3+
version: 2.1.1
44
homepage: https://github.com/CaiJingLong/dart_image_size_getter/tree/master/library
55
# publish_to: https://pub.dev
66

0 commit comments

Comments
 (0)