Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.5.0 #239

Merged
merged 1 commit into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Experimental features are also **not** under semantic versioning.

## [Unreleased]

## [4.5.0] - 2024-05-25

### Added
- Added support for Unity 2022
- Added `RepeatUntil` extension on test instruction
Expand Down Expand Up @@ -159,7 +161,8 @@ Experimental features are also **not** under semantic versioning.
### Added
- Initial public release with basic functionality.

[Unreleased]: https://github.com/sbergen/Responsible/compare/v4.4.0...HEAD
[Unreleased]: https://github.com/sbergen/Responsible/compare/v4.5.0...HEAD
[4.5.0]: https://github.com/sbergen/Responsible/releases/tag/v4.5.0
[4.4.0]: https://github.com/sbergen/Responsible/releases/tag/v4.4.0
[4.3.0]: https://github.com/sbergen/Responsible/releases/tag/v4.3.0
[4.2.0]: https://github.com/sbergen/Responsible/releases/tag/v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion com.beatwaves.responsible/Runtime/Responsible.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>9</LangVersion>
<PackageId>Beatwaves.Responsible</PackageId>
<Version>4.4.0</Version>
<Version>4.5.0</Version>
<Authors>Sakari Bergen</Authors>
<PackageTags>test;automation;testing;reactive;asynchronous</PackageTags>
<PackageProjectUrl>https://www.beatwaves.net/Responsible/</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion com.beatwaves.responsible/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.beatwaves.responsible",
"version": "4.4.0",
"version": "4.5.0",
"displayName": "Responsible",
"description": "Reactive asynchronous automated testing utility to enhance the Unity Test Runner.\nProvides a framework for constructing asynchronous\n- wait conditions,\n- test instructions,\n- and responders, which execute an instruction when a condition is met\nAlso includes utilities for combining and chaining all of the above.",
"unity": "2021.3",
Expand Down
Loading