Skip to content

Commit 959d4b7

Browse files
chore(main): release 2.0.1-rc.1
1 parent 24bd9c9 commit 959d4b7

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-rc.1"
2+
".": "2.0.1-rc.1"
33
}

Assets/Rivet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.rivet.rivet",
33
"displayName": "Rivet",
4-
"version": "2.0.0-rc.1",
4+
"version": "2.0.1-rc.1",
55
"unity": "2021.3",
66
"description": "Description of the Rivet package",
77
"keywords": [

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.0.1-rc.1](https://github.com/rivet-gg/plugin-unity/compare/v2.0.0-rc.1...v2.0.1-rc.1) (2024-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* update bootstrap type ([#41](https://github.com/rivet-gg/plugin-unity/issues/41)) ([0814650](https://github.com/rivet-gg/plugin-unity/commit/08146509f069507e8e25796c9e501f807949cee6))
9+
10+
11+
### Chores
12+
13+
* add cli binaries ([#47](https://github.com/rivet-gg/plugin-unity/issues/47)) ([24bd9c9](https://github.com/rivet-gg/plugin-unity/commit/24bd9c936869fda8fc39be91a8ab0672df46eecb))
14+
* add native toolchain libs ([#40](https://github.com/rivet-gg/plugin-unity/issues/40)) ([a2d80b0](https://github.com/rivet-gg/plugin-unity/commit/a2d80b07704a2fda3a06a997bfb477456fb441f9))
15+
* add spawning clients ([#44](https://github.com/rivet-gg/plugin-unity/issues/44)) ([3fb0fb7](https://github.com/rivet-gg/plugin-unity/commit/3fb0fb7d7fc683d63ba50a485aa06a03901ca3cc))
16+
* get deploys working ([#48](https://github.com/rivet-gg/plugin-unity/issues/48)) ([a712701](https://github.com/rivet-gg/plugin-unity/commit/a712701ec977d19a2520204d32debd73de1a2c7e))
17+
* re-impl deploys ([#45](https://github.com/rivet-gg/plugin-unity/issues/45)) ([b3f4a81](https://github.com/rivet-gg/plugin-unity/commit/b3f4a814e3e323e25de8e36a8cf128ae25620565))
18+
* rewrite config export ([#42](https://github.com/rivet-gg/plugin-unity/issues/42)) ([0415de2](https://github.com/rivet-gg/plugin-unity/commit/0415de247b00435e37e37b92b040d204c3fd6724))
19+
* switch back to show term for now ([#43](https://github.com/rivet-gg/plugin-unity/issues/43)) ([882ab04](https://github.com/rivet-gg/plugin-unity/commit/882ab046a914c13c112f19a943c3c04c82cae018))
20+
* tweak deploy ui ([#46](https://github.com/rivet-gg/plugin-unity/issues/46)) ([9feab8a](https://github.com/rivet-gg/plugin-unity/commit/9feab8aed566aeada25779cb8b13d0af5de8ed60))
21+
322
## [2.0.0-rc.1](https://github.com/rivet-gg/plugin-unity/compare/v1.0.3...v2.0.0-rc.1) (2024-08-13)
423

524

0 commit comments

Comments
 (0)