Skip to content

Commit

Permalink
release: bump versions (#16)
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 Nov 28, 2024
1 parent 7a4e263 commit b7a75d9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changes/refactor-thing.md

This file was deleted.

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

## \[0.1.4]

### Refactors

- [`7a4e263`](https://github.com/swpu-acm/online-judge/commit/7a4e263999adfb788636025376296c862db66c44) ([#15](https://github.com/swpu-acm/online-judge/pull/15) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Refactor `surrealdb::sql::Thing` in user interface data structures.

- Use `UserRecordId` instead `surreal::sql::Thing` in structs.
- Remove `role` from `Account` definition.
- Refactor and re-export `ProblemDetail` in user interface.

## \[0.1.3]

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

0 comments on commit b7a75d9

Please sign in to comment.