Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Difficalcy v0.8.0 #52

Merged
merged 2 commits into from
May 29, 2024
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 common/osu/test_difficultycalculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def test_enigne(self):
assert DifficalcyOsuDifficultyCalculator.engine() == "osu.Game.Rulesets.Osu"

def test_version(self):
assert DifficalcyOsuDifficultyCalculator.version() == "2024.412.1.0"
assert DifficalcyOsuDifficultyCalculator.version() == "2024.523.0.0"

def test_context_manager(self):
with DifficalcyOsuDifficultyCalculator() as calc:
Expand Down
2 changes: 1 addition & 1 deletion compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ services:

difficalcy-osu:
ports:
- 5000:80
- 6000:80
volumes:
- ./common/osu/stubdata/beatmap_provider:/beatmaps
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
- grafana_admin_password

difficalcy-osu:
image: ghcr.io/syriiin/difficalcy-osu:v0.7.0
image: ghcr.io/syriiin/difficalcy-osu:v0.8.0
env_file:
- config/active/difficalcy-osu.env
environment:
Expand Down