Skip to content

Commit

Permalink
Merge branch 'main' into feat/list_by_problem_for_account
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 authored Dec 5, 2024
2 parents 1b76caf + 81269bf commit 6dd263d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.1.11]

### New Features

- [`b27e575`](https://github.com/swpu-acm/online-judge/commit/b27e575641d1398ef1571fef2bc9e890851d0ec1) ([#47](https://github.com/swpu-acm/online-judge/pull/47) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Optimize endpoints for problem updates.

## \[0.1.10]

### 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.10"
version = "0.1.11"
edition = "2021"
description = "Extremely fast async online judge backend based on Rust"
readme = "README.md"
Expand Down

0 comments on commit 6dd263d

Please sign in to comment.