From eea7120dcac93d107e9d6f9782ba48299470ecc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:06:06 +0000 Subject: [PATCH] chore(main): release 2.0.1-rc.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5041ee22..94a19ac0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-rc.6" + ".": "2.0.1-rc.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f98c0c..d838bf5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.1-rc.6](https://github.com/rivet-gg/toolchain/compare/v2.0.0-rc.6...v2.0.1-rc.6) (2024-11-18) + + +### Bug Fixes + +* **deno-embed:** accept github token to increase rate limits ([#566](https://github.com/rivet-gg/toolchain/issues/566)) ([7d59328](https://github.com/rivet-gg/toolchain/commit/7d59328c2de342835422fae17769a13ff663970f)) +* gracefully handle all ffi unwraps ([#562](https://github.com/rivet-gg/toolchain/issues/562)) ([9cb8253](https://github.com/rivet-gg/toolchain/commit/9cb825362d1d434184a26ee983dc478341af392a)) +* revert back to using native cp ([#569](https://github.com/rivet-gg/toolchain/issues/569)) ([598d2e5](https://github.com/rivet-gg/toolchain/commit/598d2e51f85a7365e2121e4481bbf626475cefe7)) +* **toolchain:** disable term color by default for backend ([#564](https://github.com/rivet-gg/toolchain/issues/564)) ([a39d231](https://github.com/rivet-gg/toolchain/commit/a39d2317f0bf98ce6597f1032dbcf401941c892c)) +* **toolchain:** fix backend-embed build on windows ([#565](https://github.com/rivet-gg/toolchain/issues/565)) ([e106174](https://github.com/rivet-gg/toolchain/commit/e106174de91537a2ea9425125e62522367ff4408)) + + +### Chores + +* add --out flag to build_cross.ts ([#573](https://github.com/rivet-gg/toolchain/issues/573)) ([a19b225](https://github.com/rivet-gg/toolchain/commit/a19b225f7aa479cfcbf67c82ad63a4d06cf85828)) +* add back all platforms to cross build ([#572](https://github.com/rivet-gg/toolchain/issues/572)) ([3e2ec00](https://github.com/rivet-gg/toolchain/commit/3e2ec00c7a9322857fdfb78f5f5929bc832ad7ed)) +* **backend:** format ([#568](https://github.com/rivet-gg/toolchain/issues/568)) ([ace84b7](https://github.com/rivet-gg/toolchain/commit/ace84b7a4c6be72654c73b4ff88860183cf983d6)) +* bundle postgres & fix github rate limit issue ([#567](https://github.com/rivet-gg/toolchain/issues/567)) ([a6e373d](https://github.com/rivet-gg/toolchain/commit/a6e373d69253a110d9f6c2c5fe7b70cfc65bc910)) +* **toolchain:** allow hooking to existing game server process ([#563](https://github.com/rivet-gg/toolchain/issues/563)) ([ba8a189](https://github.com/rivet-gg/toolchain/commit/ba8a189904cd8ce4a1b0e17fe99aee06f533c9ce)) +* **toolchain:** rename default buildx builder from rivet_cli -> rivet_toolchain ([#560](https://github.com/rivet-gg/toolchain/issues/560)) ([6d18ff8](https://github.com/rivet-gg/toolchain/commit/6d18ff83b5ea205cc06e83f4b37d1c10d1bff992)) + ## [2.0.0-rc.6](https://github.com/rivet-gg/toolchain/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2024-10-03)