Skip to content

Commit 4fde8d6

Browse files
authored
Merge pull request #545 from sp00ktober/master
bump version and CHANGELOG
2 parents 0c6ee12 + b173591 commit 4fde8d6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/scripts/thunderstore_bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function generateManifest() {
124124
`nebula-${apiPluginInfo.name}-${apiPluginInfo.version}`,
125125
"PhantomGamers-IlLine-1.0.0",
126126
"CommonAPI-CommonAPI-1.5.0",
127-
"starfi5h-BulletTime-1.2.4",
127+
"starfi5h-BulletTime-1.2.5",
128128
],
129129
website_url: "https://github.com/hubastard/nebula"
130130
};

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Changelog
22

3+
0.8.6:
4+
5+
- @starfish: Bugfix regarding NRE exception in UpdateDirtyMeshes()
6+
- @starfish: Bugfix desync issues regarding ILS and PLS
7+
- @starfish: Add milestone syncing
8+
- @sp00ktober: Add gracefull error messages regarding broken traffic monitors and broken compression of factory data
9+
- @sp00ktober: Add a reconnect command to the chat for easy and fast reconnection of clients
10+
311
0.8.5:
412

513
- @starfish: Add Dyson Sphere color syncing

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"assemblyVersion": {
55
"precision": "build"
66
},

0 commit comments

Comments
 (0)