Skip to content

Commit f6c429e

Browse files
author
Racci
committed
chore(version): v0.1.0
1 parent d5cd750 commit f6c429e

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## [v0.1.0](https://github.com/Da_Racci/ElixirBot/compare/v0.0.1..v0.1.0) - 2022-02-13
6+
#### Bug Fixes
7+
- missed a casting error - ([b2bd753](https://github.com/Da_Racci/ElixirBot/commit/b2bd753e12acdab971658303b594d43f9671b15a)) - [@Da_Racci](https://github.com/Da_Racci)
8+
- Forgot to make the required role check - ([8cd1088](https://github.com/Da_Racci/ElixirBot/commit/8cd1088cea43494f1038147dd497d00df6d7f71b)) - [@Da_Racci](https://github.com/Da_Racci)
9+
#### Build system
10+
- **(gradle)** Use Minix-Conventions - ([5853b0c](https://github.com/Da_Racci/ElixirBot/commit/5853b0c9bf186de4ee2c68244df74131973d5cf9)) - [@Da_Racci](https://github.com/Da_Racci)
11+
#### Features
12+
- Added autoRemoveOnLimit for role selectors - ([790df1b](https://github.com/Da_Racci/ElixirBot/commit/790df1b79fad4e35cb7ad807e17dc3fe82d8ed53)) - [@Da_Racci](https://github.com/Da_Racci)
13+
- Added Log events for all main sources - ([7a7c87f](https://github.com/Da_Racci/ElixirBot/commit/7a7c87f738e23a935a8558869ec62a7034b45059)) - [@Da_Racci](https://github.com/Da_Racci)
14+
- Add RoleSelector - ([93143a1](https://github.com/Da_Racci/ElixirBot/commit/93143a15be56bd7fcfad9cfe312a33e3226c674d)) - [@Da_Racci](https://github.com/Da_Racci)
15+
- Add Server status checker and member counter - ([f771db9](https://github.com/Da_Racci/ElixirBot/commit/f771db950f81837fe46152d1f0c0407dcedfb21a)) - [@Da_Racci](https://github.com/Da_Racci)
16+
#### Miscellaneous Chores
17+
- **(cog)** Add cog settings - ([d5cd750](https://github.com/Da_Racci/ElixirBot/commit/d5cd750939ca4b42bfea0ac5cc4f1447e4ff7eb2)) - [@Da_Racci](https://github.com/Da_Racci)
18+
- **(dep)** Update to kord 1.5.2-RC1 - ([cc3f479](https://github.com/Da_Racci/ElixirBot/commit/cc3f479a3bb76457c79dcb85f9c6b3ce7a11a742)) - [@Da_Racci](https://github.com/Da_Racci)
19+
#### Refactoring
20+
- Minor Update - ([bbc9b08](https://github.com/Da_Racci/ElixirBot/commit/bbc9b086eb16e714357bd92f6444ca7b57707b4b)) - [@Da_Racci](https://github.com/Da_Racci)
21+
- Finalise first working version of role selector generator - ([ec039c5](https://github.com/Da_Racci/ElixirBot/commit/ec039c5505b1a16472cfb221ab70242e44eae136)) - [@Da_Racci](https://github.com/Da_Racci)
22+
#### Style
23+
- Update style to ktlint standards - ([0d2167a](https://github.com/Da_Racci/ElixirBot/commit/0d2167a16114b7730f7418f0490e3d53ed459f9d)) - [@Da_Racci](https://github.com/Da_Racci)
24+
- formatting and readability - ([9ee092f](https://github.com/Da_Racci/ElixirBot/commit/9ee092f0926180b726bc76c81cb91b710c750a8a)) - [@Da_Racci](https://github.com/Da_Racci)
25+
- - -
26+
27+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

gradle.properties

Lines changed: 1 addition & 1 deletion
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=1.0
3+
version=v0.1.0
44
addRunNumber=false
55
kotlinVersion=1.6.10
66
minixVersion=0.4.47

0 commit comments

Comments
 (0)