Skip to content

Commit bb4bbc2

Browse files
rlntgithub-actions[bot]
authored andcommitted
bump version
1 parent 01b7837 commit bb4bbc2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
66

77
## Unreleased
8+
- /
9+
10+
## [1.3.0] - 2025-06-03
811

912
- added option for disable loading the test mod in recipe viewer run configs
1013
- fixed recipe viewer run configs not loading the test source set and not executing compile tasks
@@ -47,3 +50,4 @@ Initial release.
4750
[1.0.0]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.0.0
4851
[1.1.1]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.1.1
4952
[1.2.0]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.2.0
53+
[1.3.0]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.3.0

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@file:Suppress("UnstableApiUsage")
22

33
group = "com.almostreliable"
4-
version = "1.2.0"
4+
version = "1.3.0"
55

66
plugins {
77
id("com.gradle.plugin-publish") version "1.3.1"

0 commit comments

Comments
 (0)