Skip to content

Commit d255a61

Browse files
committed
New release
1 parent a63475c commit d255a61

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.5.0] - 2023-08-07
11+
1012
### Added
1113

1214
- Distribution Tests
@@ -165,7 +167,8 @@ some CPUs don't support standard C# denormal epsilon.
165167
- Default Int Uniform generator provider.
166168
- Default Marsaglia generator provider.
167169

168-
[unreleased]: https://github.com/ZorPastaman/Random-Generators/compare/v1.4.0...HEAD
170+
[unreleased]: https://github.com/ZorPastaman/Random-Generators/compare/v1.5.0...HEAD
171+
[1.5.0]: https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.5.0
169172
[1.4.0]: https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.4.0
170173
[1.3.1]: https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.3.1
171174
[1.3.0]: https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.3.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.zor.random-generators",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"displayName": "Random Generators",
55
"description": "A collection of random generators. The library contains different distributions, modificators and filters.",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)