Skip to content

Commit

Permalink
chore(release): 2.3.9 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.9](v2.3.8...v2.3.9) (2024-10-31)

### Bug Fixes

* argumentException: RenderTextureDesc width must be greater than zero when setting the Down Sampling Rate to X8. ([3ffe109](3ffe109)), closes [#204](#204)
* compile error in UniversalRP 16 (Unity 2023.2) ([80413fc](80413fc)), closes [#206](#206)
  • Loading branch information
semantic-release-bot committed Oct 31, 2024
1 parent 3ffe109 commit 954ac05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.3.9](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.3.8...v2.3.9) (2024-10-31)


### Bug Fixes

* argumentException: RenderTextureDesc width must be greater than zero when setting the Down Sampling Rate to X8. ([3ffe109](https://github.com/mob-sakai/SoftMaskForUGUI/commit/3ffe109c456e7d97f41d909b11426fe48c10596d)), closes [#204](https://github.com/mob-sakai/SoftMaskForUGUI/issues/204)
* compile error in UniversalRP 16 (Unity 2023.2) ([80413fc](https://github.com/mob-sakai/SoftMaskForUGUI/commit/80413fc4473f3ccf76e34a43b2a09267f0fd2f4c)), closes [#206](https://github.com/mob-sakai/SoftMaskForUGUI/issues/206)

## [2.3.8](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.3.7...v2.3.8) (2024-09-29)


Expand Down
2 changes: 1 addition & 1 deletion Packages/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.coffee.softmask-for-ugui",
"displayName": "UI Soft Mask",
"description": "UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.\nBy using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.",
"version": "2.3.8",
"version": "2.3.9",
"unity": "2017.1",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 954ac05

Please sign in to comment.