Skip to content

Commit

Permalink
Update version to 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-duncan committed Jan 3, 2023
1 parent 1865112 commit ce46312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
## 4.0.5 - January 01, 2023

- Improved antialiasing for drawLine
- Add antialias arg for drawCirlce
- Add antialias arg for drawCircle, fillCircle.
- Added radius argument to drawRect, fillRect, copyCrop, and copyResizeCropSquare to support rounded rectangles.
- Add Image.getPixelClamped method.
- Added TGA decoder 8-bit, 16-bit, 32-bit, and RLE compression modes.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: image
version: 4.0.4
version: 4.0.5
description: >-
Dart Image Library provides server and web apps the ability to load, manipulate,
and save images with various image file formats.
Expand Down

0 comments on commit ce46312

Please sign in to comment.