Skip to content

Commit

Permalink
chore(release): 11.7.0-beta.8 [skip ci]
Browse files Browse the repository at this point in the history
# [11.7.0-beta.8](v11.7.0-beta.7...v11.7.0-beta.8) (2023-12-27)

### Features

* **minecraft/scheduler:** add isCancelled and getTaskId methods to SchedulerTask interface and implementations ([a293366](a293366))
* **minecraft/scheduler:** add SchedulerRunnable class ([f074e15](f074e15))
  • Loading branch information
semantic-release-bot committed Dec 27, 2023
1 parent f074e15 commit 32823c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [11.7.0-beta.8](https://github.com/GeorgeV220/MartexLibrary/compare/v11.7.0-beta.7...v11.7.0-beta.8) (2023-12-27)


### Features

* **minecraft/scheduler:** add isCancelled and getTaskId methods to SchedulerTask interface and implementations ([a293366](https://github.com/GeorgeV220/MartexLibrary/commit/a293366c8c9dce405fad5f844c5de56b8378a201))
* **minecraft/scheduler:** add SchedulerRunnable class ([f074e15](https://github.com/GeorgeV220/MartexLibrary/commit/f074e15cf0e91e695a25c759912360a9698e9a71))

# [11.7.0-beta.7](https://github.com/GeorgeV220/MartexLibrary/compare/v11.7.0-beta.6...v11.7.0-beta.7) (2023-12-07)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = com.georgev22.library
libName = MartexLibrary
author = GeorgeV22
mcVersion = 1.20.1
version = 11.7.0-beta.7
version = 11.7.0-beta.8
gsonVersion = 2.10.1
guavaVersion = 32.0.0-jre
slf4jVersion = 2.0.7
Expand Down

0 comments on commit 32823c0

Please sign in to comment.