Skip to content

Commit

Permalink
Merge pull request #560 from starfi5h/master
Browse files Browse the repository at this point in the history
bump version and CHANGELOG
  • Loading branch information
sp00ktober authored May 15, 2022
2 parents 584b56d + 34244a2 commit 01cd7e9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/thunderstore_bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function generateManifest() {
BEPINEX_DEPENDENCY,
`nebula-${apiPluginInfo.name}-${apiPluginInfo.version}`,
"PhantomGamers-IlLine-1.0.0",
"CommonAPI-CommonAPI-1.5.0",
"CommonAPI-CommonAPI-1.5.1",
"starfi5h-BulletTime-1.2.5",
],
website_url: "https://github.com/hubastard/nebula"
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Changelog

0.8.7:

- @mmjr-x: Add Upnp/pmp support
- @mmjr-x: Add Ngrok support
- @mmjr-x: Add server password support
- @PhantomGamers: Add Discord rich presence support
- @PhantomGamers: Fix error when unable to obtain documents folder
- @starfish: Add headless server support
- @starfish: Add player connect/disconnect message (can be disabled in config)
- @starfish: Fix NRE when loading a gas giant. Fix planet type mismatch caused by older saves.

0.8.6:

- @starfish: Bugfix regarding NRE exception in UpdateDirtyMeshes()
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.6",
"version": "0.8.7",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit 01cd7e9

Please sign in to comment.