While performing the peach-web-lite experiment I noticed that forget() and update() were defined in the old JSON-RPC-based peach-network but did not make it into the refactored version.
This PR adds those two functions so that they can be called from peach-web.
Also bumps version number.
Note: I will merge main into this PR after PR#66 has been merged.
While performing the `peach-web-lite` experiment I noticed that `forget()` and `update()` were defined in the old JSON-RPC-based `peach-network` but did not make it into the refactored version.
This PR adds those two functions so that they can be called from `peach-web`.
Also bumps version number.
~~_Note: I will merge `main` into this PR after [PR#66](https://git.coopcloud.tech/PeachCloud/peach-workspace/pulls/66) has been merged._~~
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
While performing the
peach-web-liteexperiment I noticed thatforget()andupdate()were defined in the old JSON-RPC-basedpeach-networkbut did not make it into the refactored version.This PR adds those two functions so that they can be called from
peach-web.Also bumps version number.
Note: I will mergemaininto this PR after PR#66 has been merged.