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

Commit cf580f6

Browse files
author
DaRacci
committed
chore(version): v4.3.3
1 parent 5bf4beb commit cf580f6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [v4.3.3](https://github.com/DaRacci/Minix/compare/v4.3.2..v4.3.3) - 2022-11-10
6+
#### Bug Fixes
7+
- **(CoroutineScheduler)** ConcurrentModificationException - ([a8ef5e7](https://github.com/DaRacci/Minix/commit/a8ef5e73d6f96c0f48befa328381cb5fb4b28ce0)) - [@DaRacci](https://github.com/DaRacci)
8+
- Holy shit i hate myself for this. - ([748ca7a](https://github.com/DaRacci/Minix/commit/748ca7a2af7c78ef79b2e21f83add1a613ee86a2)) - [@DaRacci](https://github.com/DaRacci)
9+
- Add resign to post bump - ([23fa1d6](https://github.com/DaRacci/Minix/commit/23fa1d6ed7ee44ac9ed991a460768a4b34f5cee5)) - [@DaRacci](https://github.com/DaRacci)
10+
- Publish - ([a462f05](https://github.com/DaRacci/Minix/commit/a462f056ea44e3d940615eae5a534dd9c92fede1)) - [@DaRacci](https://github.com/DaRacci)
11+
#### Miscellaneous Chores
12+
- **(version)** v4.3.2 - ([c1cdcdf](https://github.com/DaRacci/Minix/commit/c1cdcdf6b6c648818bc79af4465b35b5d72c3a85)) - [@DaRacci](https://github.com/DaRacci)
13+
- **(version)** v4.3.1 - ([bb662c1](https://github.com/DaRacci/Minix/commit/bb662c11e1c42a058b16b5c00659adb0a6feb2dd)) - [@DaRacci](https://github.com/DaRacci)
14+
15+
- - -
16+
517
## [v4.3.2](https://github.com/DaRacci/Minix/compare/v4.3.1..v4.3.2) - 2022-11-08
618
#### Bug Fixes
719
- **(CoroutineScheduler)** ConcurrentModificationException - ([8862832](https://github.com/DaRacci/Minix/commit/88628326a73ae10c6dcdc71413b52a13fb95e137)) - [@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=4.3.3-SNAPSHOT
3+
version=4.3.3
44
addRunNumber=false
55
kotlinVersion=1.7.20
66
minixVersion=0.7.373

0 commit comments

Comments
 (0)