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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.1.0] - 2022-06-16
8+ ### Added
9+ - Nested coroutine calls support.
10+
711## [ 1.0.0] - 2022-06-13
812### Added
9- - Initial release
13+ - Initial release.
1014
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 11{
22 "name" : " com.aaulicino.unity-coroutines-for-nsubstitute" ,
33 "displayName" : " Unity Coroutines for NSubstitute" ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "unity" : " 2020.3" ,
66 "description" : " Mocking Unity3D Coroutines in Unity3D using NSubstitute" ,
77 "keywords" : [
You can’t perform that action at this time.
0 commit comments