-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.1.0](v1.0.0...v1.1.0) (2024-07-15) ### Bug Fixes * Don't encode public keys & instead send them raw ([435beae](435beae)) ### Features * Add static file paths to remove env specific files in resources ([39d0b78](39d0b78)) * Convert static about file to documented route & add key parameter to about route ([dfe6df3](dfe6df3))
- Loading branch information
1 parent
bc919b8
commit d18e09c
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
org.gradle.parallel = true | ||
org.gradle.caching = true | ||
kotlin.code.style = official | ||
version = 1.1.0-dev.1 | ||
version = 1.1.0 |