Skip to content

Commit d3cab77

Browse files
chore: bump version and update changelog
1 parent ecbb67f commit d3cab77

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.12.5](https://github.com/oatmealproblem/stellarmaps/compare/stellarmaps-v0.12.4...stellarmaps-v0.12.5) (2025-06-16)
6+
7+
### Bug Fixes
8+
9+
- **parser:** handle NaN in save file parser ([ecbb67f](https://github.com/oatmealproblem/stellarmaps/commit/ecbb67fb2c89ba983cbb54a52e4b43c3e6c8282b))
10+
511
## [0.12.4](https://github.com/MichaelMakesGames/stellarmaps/compare/stellarmaps-v0.12.3...stellarmaps-v0.12.4) (2025-04-26)
612

713
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stellarmaps",
3-
"version": "0.12.4",
3+
"version": "0.12.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stellarmaps"
3-
version = "0.12.4"
3+
version = "0.12.5"
44
description = "Stellaris map renderer"
55
authors = ["Michael Moore"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "StellarMaps",
11-
"version": "0.12.4"
11+
"version": "0.12.5"
1212
},
1313
"tauri": {
1414
"allowlist": {

src/renderer/src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '0.12.4';
1+
export const VERSION = '0.12.5';
22

33
export const SYSTEM_FONTS =
44
'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';

0 commit comments

Comments
 (0)