Skip to content

Commit 910eacf

Browse files
Merge branch 'develop'
2 parents 1d555d9 + 4965914 commit 910eacf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ File format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
See cloning and downloading instructions [here](https://www.ivoyager.dev/developers/).
88

9-
## [v0.0.22] - NOT RELEASED
9+
## [v0.0.22] - 2025-03-07
1010

11-
Under development using Godot 4.3. **We will update to 4.4 in the next release!**
11+
Developed using Godot 4.3. **We will update to 4.4 in the next release!**
1212

1313
### Changed
14-
* Recoded IVSaveManager and other classes to work with the new (optional) [Save](https://github.com/ivoyager/ivoyager_save) plugin.
15-
* Removed save/load related GUI (moved to the plugin).
14+
* [API breaking] Recoded IVSaveManager and other classes to work with the new (optional) [Save](https://github.com/ivoyager/ivoyager_save) plugin.
15+
* [Project breaking] Removed save/load related GUI (moved to the plugin).
1616

1717
## [v0.0.21] - 2025-01-07
1818

@@ -106,7 +106,7 @@ Requires plugin [ivoyager_table_reader](https://github.com/ivoyager/ivoyager_tab
106106
##
107107
I, Voyager projects v0.0.16 and earlier used a different core submodule [ivoyager](https://github.com/ivoyager/ivoyager) (now depreciated); see previous changelog [here](https://github.com/ivoyager/ivoyager/blob/master/CHANGELOG.md).
108108

109-
[v0.0.22]: https://github.com/ivoyager/ivoyager_core/compare/v0.0.21...HEAD
109+
[v0.0.22]: https://github.com/ivoyager/ivoyager_core/compare/v0.0.21...v0.0.22
110110
[v0.0.21]: https://github.com/ivoyager/ivoyager_core/compare/v0.0.20...v0.0.21
111111
[v0.0.20]: https://github.com/ivoyager/ivoyager_core/compare/v0.0.19...v0.0.20
112112
[v0.0.19]: https://github.com/ivoyager/ivoyager_core/compare/v0.0.18...v0.0.19

plugin.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="I, Voyager - Core"
44
description="This is I, Voyager's core plugin! It runs the solar system simulator."
55
author="Charlie Whitfield"
6-
version="v0.0.22.dev"
6+
version="v0.0.22"
77
script="editor_plugin/core_editor_plugin.gd"

0 commit comments

Comments
 (0)