Skip to content

Commit 96335b5

Browse files
committed
Bump version to 0.1.2
1 parent 1f9ead6 commit 96335b5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## [Unreleased]
22

3+
## [0.1.2] - 2022-02-17
34
### Fixed
45
- Fix Burst complain about two containers maybe aliasing in FilterMipmapJob.
56
- Use `Texture2D.Reinitialize` instead of `Texture2D.Resize` from Unity 2021.1 onward.
@@ -20,6 +21,7 @@
2021
### Added
2122
- Implement `AsyncImageLoader`.
2223

23-
[Unreleased]: https://github.com/Looooong/UnityAsyncImageLoader/compare/v0.1.1...HEAD
24+
[Unreleased]: https://github.com/Looooong/UnityAsyncImageLoader/compare/v0.1.2...HEAD
25+
[0.1.2]: https://github.com/Looooong/UnityAsyncImageLoader/releases/tag/v0.1.2
2426
[0.1.1]: https://github.com/Looooong/UnityAsyncImageLoader/releases/tag/v0.1.1
2527
[0.1.0]: https://github.com/Looooong/UnityAsyncImageLoader/releases/tag/v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.looooong.asyncimageloader",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"displayName": "Asynchronous Image Loader",
55
"unity": "2019.1",
66
"keywords": [

0 commit comments

Comments
 (0)