Skip to content

Commit

Permalink
Bump version to 4.5.0 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbergen authored May 25, 2024
1 parent 41ba3af commit 437b3b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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

0 comments on commit 437b3b4

Please sign in to comment.