Skip to content

Commit

Permalink
0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomGamers committed Oct 6, 2022
1 parent 3e22ce5 commit 422d318
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

0.8.11:

- @starfi5h: Added support for DSP 0.9.27 along with syncing for the new logistics distribution system
- @starfi5h: Optimized network traffic
- @starfi5h: Dedicated servers will now save when gracefully exited (ctrl+c on the console window)
- @starfi5h: Fix error when sail capacity increases in dedicated server

0.8.10:

- @starfi5h: Fix compilation with 0.9.26.13034
Expand Down
5 changes: 5 additions & 0 deletions NebulaAPI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Changelog

1.3.1:

- Added DeliveryPackage to IMechaData and IPlayerTechBonuses

1.3.0:

- Add a new event OnDysonSphereLoadFinished to NebulaModAPI
Expand Down
2 changes: 1 addition & 1 deletion NebulaAPI/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.3.0",
"version": "1.3.1",
"assemblyVersion": {
"precision": "build"
},
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.8.10",
"version": "0.8.11",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit 422d318

Please sign in to comment.