Skip to content

Commit

Permalink
chore: release v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed Mar 10, 2024
1 parent 89969cb commit b47c88e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions bsc-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [5.12.0](https://github.com/georgejecook/rooibos/compare/5.11.0...5.12.0)

- Fixed assertAsyncField params [`#278`](https://github.com/georgejecook/rooibos/pull/278)
- Fixed async tests sometimes waiting the full timeout even though the … [`#276`](https://github.com/georgejecook/rooibos/pull/276)
- Lcov fixes [`#274`](https://github.com/georgejecook/rooibos/pull/274)
- Fix SGNode test generation [`#270`](https://github.com/georgejecook/rooibos/pull/270)
- Fixed duplicate cur line injections [`#267`](https://github.com/georgejecook/rooibos/pull/267)
- Merge pull request #273 from georgejecook/faster-applcation-closing [`9471f48`](https://github.com/georgejecook/rooibos/commit/9471f484b267545865671cb79d624e6b2abb4d6c)
- Fixed failed tests and upgraded brighterscript [`ffdc3ca`](https://github.com/georgejecook/rooibos/commit/ffdc3ca5662af46c6586ff3f072ba2ac05080325)
- Added some samples that would result in more then 100 percent covrage before the fix [`82e088e`](https://github.com/georgejecook/rooibos/commit/82e088e410a8996b1084e64c66d47b4bfc1b9a4f)

#### [5.11.0](https://github.com/georgejecook/rooibos/compare/5.10.0...5.11.0)

> 1 February 2024
- Code cov perf and bug fix in if statements [`#264`](https://github.com/georgejecook/rooibos/pull/264)
- Added an api to fail tests with an exception [`#263`](https://github.com/georgejecook/rooibos/pull/263)
- Reduce raw code statements [`#260`](https://github.com/georgejecook/rooibos/pull/260)
Expand All @@ -14,6 +27,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Small formatter pass and code change to be formatter frendly [`#252`](https://github.com/georgejecook/rooibos/pull/252)
- Updated default global excluded files [`#251`](https://github.com/georgejecook/rooibos/pull/251)
- Updated annotations to be order agnositic [`3d24579`](https://github.com/georgejecook/rooibos/commit/3d2457955f1ccfac3bea6a63ea342cc60750b2bc)
- chore: release v5.11.0 [`a360bd8`](https://github.com/georgejecook/rooibos/commit/a360bd8de99bdc0221680251d74e496f8869b440)

#### [5.10.0](https://github.com/georgejecook/rooibos/compare/5.9.1...5.10.0)

Expand Down
2 changes: 1 addition & 1 deletion bsc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rooibos-roku",
"version": "5.11.0",
"version": "5.12.0",
"description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin",
"repository": {
"type": "git",
Expand Down

0 comments on commit b47c88e

Please sign in to comment.