Releases: ArnavK-09/global-chat
Releases Β· ArnavK-09/global-chat
π¬ Rat release...
π¬ Rat release...
ci: remove redundant npm config commands in publish workflow The npmAuthToken and npmPublishRegistry settings are no longer needed as they are either set globally or handled by the environment. This simplifies the workflow and reduces unnecessary steps.
π¬ Rat release...
ci(publish): remove yarn build step from publish workflow The `yarn build` step is redundant as the build artifacts are already generated in a previous step. Removing it simplifies the workflow and reduces unnecessary execution time.
π¬ Rat release...
chore: update package version and add MIT license Bump package version to 0.0.11 and update optional dependencies accordingly. Added MIT license to clarify usage rights.
π¬ Rat release...
v0.0.10 refactor: replace reqwest with std::net::TcpStream for user count updβ¦
π¬ Rat release...
build: add native-tls feature to reqwest dependency This change enables native TLS support for reqwest, improving compatibility with systems that require native TLS libraries.
π¬ Rat release...
ci: remove ARM64 cross-toolchain and OpenSSL installation The ARM64 cross-toolchain and OpenSSL installation steps were removed from the CI workflow as they are no longer required for the build process. This simplifies the workflow and reduces unnecessary dependencies.
π¬ Rat release...
ci(publish): add arm64 architecture and reinstall Rust toolchain Add arm64 architecture support to the build environment to ensure compatibility with ARM64 targets. Reinstall the Rust toolchain to ensure the correct version is used for the build process.
π¬ Rat release...
ci(publish.yml): add cross toolchains & OpenSSL setup for ARM64 Add installation steps for cross toolchains and OpenSSL for ARM64 builds in the GitHub Actions workflow. This ensures compatibility and proper environment configuration for ARM64 target builds.
π¬ Rat release...
ci: remove unnecessary release action and update node version export The release action was removed as it was no longer needed, simplifying the workflow. Additionally, the node version export was updated to ensure consistency with the release version.