Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Oct 6, 2023
1 parent afd23cb commit 97d6aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
*********

0.5.0 (5/10/2023)
0.5.0 (6/10/2023)
================

Breaking Changes
Expand All @@ -29,7 +29,7 @@ New functionality
-----------------

* `run_component` now passes the `cpus`, `memory_b`, `memory_kb`, `memory_mb` `memory_gb`, `memory_tb`, `memory_pb`,
`memory_tb`, `memory_pb` keys, defined in the `meta` dictionairy of the test module,
`memory_tb`, `memory_pb` keys, defined in the `meta` dictionary of the test module,
as memory and cpu contraints to the executed component. The `cpus` and all memory keys
can be set by using `viash (ns) test` with `--cpus` or `--memory` respectively.
The memory and cpu fields can also be set to a hardcoded value in the test script. In this case,
Expand Down

0 comments on commit 97d6aa7

Please sign in to comment.