Skip to content

Commit

Permalink
release: bump versions (#57)
Browse files Browse the repository at this point in the history
publish new versions

Co-authored-by: fu050409 <[email protected]>
  • Loading branch information
github-actions[bot] and fu050409 authored Dec 6, 2024
1 parent 0d059f6 commit 3adb1ce
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changes/contest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/create-contest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/index.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/rank.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## \[0.1.15]

### New Features

- [`0d059f6`](https://github.com/swpu-acm/online-judge/commit/0d059f6ed6b1d496f9ad579f014cb2bd483256ee) ([#56](https://github.com/swpu-acm/online-judge/pull/56) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Support create and list all contests.
- [`0d059f6`](https://github.com/swpu-acm/online-judge/commit/0d059f6ed6b1d496f9ad579f014cb2bd483256ee) ([#56](https://github.com/swpu-acm/online-judge/pull/56) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Support `ContestProblem` model to display submits and acceptations.
- [`0d059f6`](https://github.com/swpu-acm/online-judge/commit/0d059f6ed6b1d496f9ad579f014cb2bd483256ee) ([#56](https://github.com/swpu-acm/online-judge/pull/56) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Support enpoints for getting rank list.

### Bug Fixes

- [`0d059f6`](https://github.com/swpu-acm/online-judge/commit/0d059f6ed6b1d496f9ad579f014cb2bd483256ee) ([#56](https://github.com/swpu-acm/online-judge/pull/56) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Fixed index pages cannot be displayed correctly.

## \[0.1.14]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "algohub-server"
version = "0.1.14"
version = "0.1.15"
edition = "2021"
description = "Extremely fast async online judge backend based on Rust"
readme = "README.md"
Expand Down

0 comments on commit 3adb1ce

Please sign in to comment.