Skip to content

Commit

Permalink
Version bump and patch changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hashalite committed Jul 27, 2024
1 parent d4754ed commit 845819f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ and Freecam's versioning is based on [Semantic Versioning](https://semver.org/sp

### Fixed

- Config is now initialized before config screen is registered (fixes #234)
## [1.3.0] - 2024-07-27

### Fixed

- Config is now initialized before config screen is registered (fixes [#234](https://github.com/MinecraftFreecam/Freecam/issues/234))
- Build against NeoForge 21.0.139-beta (fixes opening config screen through Forge modlist crashing)
- Pumpkin overlay rendering while Freecam is enabled (#239)
- Pumpkin overlay rendering while Freecam is enabled ([#239](https://github.com/MinecraftFreecam/Freecam/issues/239))

## [1.3.0-beta1] - 2024-07-26
## [1.3.0-beta1] - 2024-06-13

### Added

Expand Down Expand Up @@ -545,7 +549,8 @@ and Freecam's versioning is based on [Semantic Versioning](https://semver.org/sp
- Minecraft 1.18 support.
- Minecraft 1.17 support.

[Unreleased]: https://github.com/MinecraftFreecam/Freecam/compare/v1.3.0-beta1...HEAD
[Unreleased]: https://github.com/MinecraftFreecam/Freecam/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/MinecraftFreecam/Freecam/compare/v1.3.0-beta1...v1.3.0
[1.3.0-beta1]: https://github.com/MinecraftFreecam/Freecam/compare/v1.2.4...v1.3.0-beta1
[1.2.4]: https://github.com/MinecraftFreecam/Freecam/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/MinecraftFreecam/Freecam/compare/v1.2.2...v1.2.3
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx4G

mod_version=1.3.0-beta1
mod_version=1.3.0
maven_group=net.xolt.freecam
authors=hashalite,Matt Sturgeon
description=A highly customizable freecam mod.
Expand Down

0 comments on commit 845819f

Please sign in to comment.