Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Assets/EOSTransport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 1.0.0 (2026-05-07)


### Bug Fixes

* Add initial transport + licensing and semantics handling ([723d846](https://github.com/PurrNet/PurrNetEOSTransport/commit/723d846a49259d6695c923387a3f8ce92020d458))
* add release back in semantics ([7fd102d](https://github.com/PurrNet/PurrNetEOSTransport/commit/7fd102d58913e1ad2817c2be1077bcfbed57c455))
* Imported EOS PlayEverware ([132ba5a](https://github.com/PurrNet/PurrNetEOSTransport/commit/132ba5aa35d2a251ebfbe7533fcbedbcb92229fe))


### Features

* timeout settings, log level and GC patches ([cfc895d](https://github.com/PurrNet/PurrNetEOSTransport/commit/cfc895dbc9b10c8259906f4f796eb7bd4c03a788))

# [1.0.0-beta.3](https://github.com/PurrNet/PurrNetEOSTransport/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2026-05-07)


Expand Down
2 changes: 1 addition & 1 deletion Assets/EOSTransport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev.purrnet.eostransport",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"author": {
"name": "PurrNet Team",
"url": "https://purrnet.dev/"
Expand Down
Loading