Skip to content

Commit

Permalink
Merge pull request #696 from starfi5h/master
Browse files Browse the repository at this point in the history
Bump version and changelog to v0.9.7
  • Loading branch information
starfi5h authored Jul 22, 2024
2 parents abf4364 + 7ca90e5 commit ae72e9e
Show file tree
Hide file tree
Showing 3 changed files with 9 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",
"starfi5h-BulletTime-1.4.7",
"starfi5h-BulletTime-1.4.8",
],
website_url: "https://github.com/hubastard/nebula"
};
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

0.9.7:
- @AlienXAXS: Headless now calculates planetary shields on CPU
- @AlienXAXS: Enemy Relay Direction Sync
- @starfi5h: Sync damage to space enemy by mecha fleet
- @starfi5h: Fix NRE in Bomb_Explosive.TickSkillLogic when other player throwing bomb on other planets
- @starfi5h: Fix error in EnemyUnitComponent.RunBehavior_Defense_Ground after client load factory

0.9.6:
- @AlienXAXS: Fix headless server throwing a small error during boot sequence due to the UI being disabled
- @PhantomGamers: Add additional error description to ngrokmanager
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.9.6",
"version": "0.9.7",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit ae72e9e

Please sign in to comment.