Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.0](https://github.com/OneLiteFeatherNET/ingot/compare/v1.0.0...v1.1.0) (2026-08-09)


### Features

* **backend:** report repository visibility in the root listing ([#14](https://github.com/OneLiteFeatherNET/ingot/issues/14)) ([3d9d067](https://github.com/OneLiteFeatherNET/ingot/commit/3d9d067d8fee0a236f0b60ec586a5453a999bce3))
* **frontend:** move the dashboard to Tailwind CSS v4 and rebuild it around limits ([#10](https://github.com/OneLiteFeatherNET/ingot/issues/10)) ([d137bd3](https://github.com/OneLiteFeatherNET/ingot/commit/d137bd3e6796fe4638d2e9505444081c2135ab45))
* **frontend:** work through the dashboard design audit ([#13](https://github.com/OneLiteFeatherNET/ingot/issues/13)) ([b14183d](https://github.com/OneLiteFeatherNET/ingot/commit/b14183d6637f10304179c2433a0bce9a34809ef3))

## 1.0.0 (2026-08-08)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ plugins {
// downgrade from the 3.5.x the sources came from; see VERSIONING.md.
//
// Do not edit this by hand. The marker comment is what Release Please looks for.
val projectVersion = "1.0.0" // x-release-please-version
val projectVersion = "1.1.0" // x-release-please-version

allprojects {
apply(plugin = "java-library")
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# the extra moving part.
services:
dashboard:
image: ghcr.io/onelitefeathernet/ingot-dashboard:1.0.0 # x-release-please-version
image: ghcr.io/onelitefeathernet/ingot-dashboard:1.1.0 # x-release-please-version
#
# To build from sources:
#
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
- /etc/nginx/conf.d:uid=101,gid=101

server:
image: ghcr.io/onelitefeathernet/ingot:1.0.0 # x-release-please-version
image: ghcr.io/onelitefeathernet/ingot:1.1.0 # x-release-please-version
#
# To build from sources:
#
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# container instead, see docker-compose.split.yml next to this file.
services:
ingot:
image: ghcr.io/onelitefeathernet/ingot:1.0.0 # x-release-please-version
image: ghcr.io/onelitefeathernet/ingot:1.1.0 # x-release-please-version
#
# To build from sources:
#
Expand Down
4 changes: 2 additions & 2 deletions reposilite-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reposilite-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reposilite-frontend",
"version": "1.0.0",
"version": "1.1.0",
"repository": "https://github.com/OneLiteFeatherNET/ingot",
"license": "Apache-2.0",
"type": "module",
Expand Down