1
0
Fork 0

feat: add node pool module and use it for new node pool

This commit is contained in:
Vojtěch Mareš 2024-11-23 09:32:12 +01:00
parent f916e715e5
commit b8b0a7ce22
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
5 changed files with 118 additions and 0 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## [0.7.0] - 2024-11-23
### Added
- Add node pool module
- Add new node pool using the new module
- Using Intel-based instead of ARM-based CPUs
## [0.6.0] - 2024-11-23
### Changed