Skip to content

Commit

Permalink
release: bump versions (#35)
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 2, 2024
1 parent dde16a7 commit 36e8f68
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changes/optimize.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/update-eval-stack.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.8]

### New Features

- [`dde16a7`](https://github.com/swpu-acm/online-judge/commit/dde16a7c338649f873de25f5fa5d2fa61b6501ff) ([#34](https://github.com/swpu-acm/online-judge/pull/34) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Optimize data structures and code for better performance.

Also, make the codes more readable and easier to maintain.

### Chores

- [`439002c`](https://github.com/swpu-acm/online-judge/commit/439002c7fcf73c97787f02a4ff75a9949cbf9ba4) ([#32](https://github.com/swpu-acm/online-judge/pull/32) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Bump `eval-stack` to `v0.2.0`.

## \[0.1.7]

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

0 comments on commit 36e8f68

Please sign in to comment.