File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.1.0] - 2022-06-16
8
+ ### Added
9
+ - Nested coroutine calls support.
10
+
7
11
## [ 1.0.0] - 2022-06-13
8
12
### Added
9
- - Initial release
13
+ - Initial release.
10
14
11
- [ 0.1.0 ] : https://github.com/olivierlacan/keep-a-changelog/releases/tag/v1.0.0
15
+ [ 1.1.0 ] : https://github.com/AAulicino/Unity-Coroutines-for-NSubstitute/compare/1.0.0...1.1.0
16
+ [ 1.0.0 ] : https://github.com/AAulicino/Unity-Coroutines-for-NSubstitute/releases/tag/1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.aaulicino.unity-coroutines-for-nsubstitute" ,
3
3
"displayName" : " Unity Coroutines for NSubstitute" ,
4
- "version" : " 1.0 .0" ,
4
+ "version" : " 1.1 .0" ,
5
5
"unity" : " 2020.3" ,
6
6
"description" : " Mocking Unity3D Coroutines in Unity3D using NSubstitute" ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments