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

Commit

Permalink
chore(version): v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRacci committed Jul 6, 2022
1 parent 573acaa commit b56ffd1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [v3.1.1](https://github.com/DaRacci/Minix/compare/v3.1.0..v3.1.1) - 2022-07-06
#### Bug Fixes
- **(build)** Minix-API Publication - ([573acaa](https://github.com/DaRacci/Minix/commit/573acaa0596b980cb50b1c94af02b1cb301511a1)) - [@DaRacci](https://github.com/DaRacci)
#### Miscellaneous Chores
- **(version)** v3.1.0 - ([72dd37a](https://github.com/DaRacci/Minix/commit/72dd37ae51535350be67e5fb139678242feb360c)) - [@DaRacci](https://github.com/DaRacci)

- - -

## [v3.1.0](https://github.com/DaRacci/Minix/compare/v3.0.6..v3.1.0) - 2022-07-06
#### Features
- Use slimjar loader + a very overcomplicated but now very flexible way of loading minix. - ([255e353](https://github.com/DaRacci/Minix/commit/255e353ec32ed72d5f03a3ba7abacf584742e73c)) - [@DaRacci](https://github.com/DaRacci)
Expand Down
1 change: 0 additions & 1 deletion Minix-API/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ tasks {
dokkaHtml.get().outputDirectory.set(file("/docs"))

withType<GenerateModuleMetadata> { enabled = false }

}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# suppress inspection "UnusedProperty" for whole file
group=dev.racci
version=3.1.1-SNAPSHOT
version=3.1.1
addRunNumber=false
kotlinVersion=1.7.0
minixVersion=0.7.230
Expand Down

0 comments on commit b56ffd1

Please sign in to comment.