Skip to content

Releases: ArnavK-09/global-chat

πŸ’¬ Rat release...

17 Apr 16:17

Choose a tag to compare

v0.0.15

Merge branch 'master' of https://github.com/ArnavK-09/global-chat

πŸ’¬ Rat release...

17 Apr 16:11

Choose a tag to compare

Pre-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...

12 Apr 19:51

Choose a tag to compare

Pre-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...

12 Apr 18:32

Choose a tag to compare

Pre-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...

12 Apr 15:59

Choose a tag to compare

Pre-release
v0.0.10

refactor: replace reqwest with std::net::TcpStream for user count upd…

πŸ’¬ Rat release...

11 Apr 09:19

Choose a tag to compare

Pre-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...

08 Apr 18:21

Choose a tag to compare

Pre-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...

08 Apr 18:19

Choose a tag to compare

Pre-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...

08 Apr 18:11

Choose a tag to compare

Pre-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...

07 Apr 18:46

Choose a tag to compare

Pre-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.