Skip to content

Commit c1a17c3

Browse files
Bump v0.10.0-alpha.3
1 parent 221e244 commit c1a17c3

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.0-alpha.3] - 2025-01-21
9+
10+
### Added
11+
12+
- `createConnection` to Net namespace to allow for Signal-esque behavior
13+
14+
### Fixed
15+
16+
- Typescript constructor for Route contained invalid optional parameter
17+
818
## [0.10.0-alpha.2] - 2024-08-29
919

1020
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ See the [CONTRIBUTING.md](CONTRIBUTING.md) file for a detailed guide on contribu
176176
Add YetAnotherNet to your project with [Wally] by adding the following to your ``wally.toml`` file:
177177
```toml
178178
[dependencies]
179-
YetAnotherNet = "yetanotherclown/yetanothernet@0.10.0-alpha.2"
179+
YetAnotherNet = "yetanotherclown/yetanothernet@0.10.0-alpha.3"
180180
```
181181

182182
> [!NOTE]

docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Since it's encouraged to use ECS with YetAnotherNet, though not required, we sug
4343

4444
```toml
4545
[dependencies]
46-
YetAnotherNet = "yetanotherclown/yetanothernet@0.10.0-alpha.2"
46+
YetAnotherNet = "yetanotherclown/yetanothernet@0.10.0-alpha.3"
4747
```
4848

4949
Note: Wally does not export types automatically, if you wish to use Strict Typing with YetAnotherNet, install [Wally Package Types](https://github.com/JohnnyMorganz/wally-package-types) with Aftman or Foreman.
@@ -53,5 +53,5 @@ Note: Wally does not export types automatically, if you wish to use Strict Typin
5353
You can find [YetAnotherNet on NPM](https://www.npmjs.com/package/@rbxts/yetanothernet).
5454

5555
```json
56-
"@rbxts/yetanothernet": "0.10.0-alpha.2"
56+
"@rbxts/yetanothernet": "0.10.0-alpha.3"
5757
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rbxts/yetanothernet",
3-
"version": "0.10.0-alpha.2",
3+
"version": "0.10.0-alpha.3",
44
"description": "A Networking Library, inspired by BridgeNet2 & Bevy_Renet, made for ECS.",
55
"homepage": "https://yetanotherclown.github.io/YetAnotherNet/",
66
"repository": {

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "yetanotherclown/yetanothernet"
33
description = "A Data-Driven Networking Library, inspired by BridgeNet2 & Bevy_Renet, made for the Matter ECS."
4-
version = "0.10.0-alpha.2"
4+
version = "0.10.0-alpha.3"
55
license = "MIT"
66
authors = ["YetAnotherClown"]
77
realm = "shared"

0 commit comments

Comments
 (0)