Skip to content

Commit e975e0b

Browse files
chore: bump version
1 parent c024af8 commit e975e0b

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.1](https://github.com/MichaelMakesGames/stellarmaps/compare/stellarmaps-v0.12.0...stellarmaps-v0.12.1) (2024-09-18)
6+
7+
### Features
8+
9+
- **data:** load modded colors on top of vanilla definitions ([52208f2](https://github.com/MichaelMakesGames/stellarmaps/commit/52208f225feb17df214af0ebca4db512f4bea6b0))
10+
- **ui:** add Finnish translation from Tarkkaillaan ([a6ce02a](https://github.com/MichaelMakesGames/stellarmaps/commit/a6ce02a4fc5c2af4142d35a2150b5b619e5c17aa))
11+
- **ui:** update Japanese translation from karokaro ([320ee5a](https://github.com/MichaelMakesGames/stellarmaps/commit/320ee5ac771f1314d558f27f3c32c01339b265d1))
12+
513
## [0.12.0](https://github.com/MichaelMakesGames/stellarmaps/compare/stellarmaps-v0.11.1...stellarmaps-v0.12.0) (2024-09-11)
614

715
### Features

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.0",
3+
"version": "0.12.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0"
3+
version = "0.12.1"
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.0"
11+
"version": "0.12.1"
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.0';
1+
export const VERSION = '0.12.1';
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)