Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 2c87e38

Browse files
author
DaRacci
committed
chore(version): v3.3.5
1 parent 8f9023c commit 2c87e38

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## [v3.3.5](https://github.com/DaRacci/Minix/compare/v3.3.4..v3.3.5) - 2022-08-29
6+
#### Bug Fixes
7+
- **(DataService)** Fix more errors. - ([188a48b](https://github.com/DaRacci/Minix/commit/188a48b081df06e96381195e9e0814affbd486c7)) - [@DaRacci](https://github.com/DaRacci)
8+
#### Miscellaneous Chores
9+
- **(version)** v3.3.4 - ([b46c49e](https://github.com/DaRacci/Minix/commit/b46c49ed9865e19aeedb2f5040cd579b9455845c)) - [@DaRacci](https://github.com/DaRacci)
10+
#### Refactoring
11+
- **(Loadable)** Partial rework. - ([eb465c2](https://github.com/DaRacci/Minix/commit/eb465c2db10a99b777685876a73696f8c290fcf5)) - [@DaRacci](https://github.com/DaRacci)
12+
- Plugin and Plugin Service - ([8f9023c](https://github.com/DaRacci/Minix/commit/8f9023c3005265d760ef31cd75939f34dbc1fd84)) - [@DaRacci](https://github.com/DaRacci)
13+
14+
- - -
15+
516
## [v3.3.4](https://github.com/DaRacci/Minix/compare/v3.3.3..v3.3.4) - 2022-08-28
617
#### Bug Fixes
718
- **(LangConfig)** call super.load not super.handleLoad() - ([2eb7f63](https://github.com/DaRacci/Minix/commit/2eb7f631ea10ba4b17776da857d879880f90bbbe)) - [@DaRacci](https://github.com/DaRacci)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# suppress inspection "UnusedProperty" for whole file
22
group=dev.racci
3-
version=3.3.5-SNAPSHOT
3+
version=3.3.5
44
addRunNumber=false
55
kotlinVersion=1.7.10
66
minixVersion=0.7.230

0 commit comments

Comments
 (0)