Skip to content

Commit

Permalink
chore: bump versions (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: fu050409 <[email protected]>
  • Loading branch information
github-actions[bot] and fu050409 authored Dec 4, 2024
1 parent 485b1ae commit c499b94
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changes/compile.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## \[0.3.1]

### Bug Fixes

- [`485b1ae`](https://github.com/swpu-acm/eval-stack/commit/485b1ae3b129d439b657f98e1eabaa0f5f13e652) ([#16](https://github.com/swpu-acm/eval-stack/pull/16) by [@fu050409](https://github.com/swpu-acm/eval-stack/../../fu050409)) Fixed compile error caused some compiler don't recognize unknown file extension.
- [`485b1ae`](https://github.com/swpu-acm/eval-stack/commit/485b1ae3b129d439b657f98e1eabaa0f5f13e652) ([#16](https://github.com/swpu-acm/eval-stack/pull/16) by [@fu050409](https://github.com/swpu-acm/eval-stack/../../fu050409)) Fixed `serde` renaming to `lowercase` instead of `camelCase`.

### Chores

- [`485b1ae`](https://github.com/swpu-acm/eval-stack/commit/485b1ae3b129d439b657f98e1eabaa0f5f13e652) ([#16](https://github.com/swpu-acm/eval-stack/pull/16) by [@fu050409](https://github.com/swpu-acm/eval-stack/../../fu050409)) Specify the release profile in `Cargo.toml` to improve the performance.

## \[0.3.0]

### 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 = "eval-stack"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["苏向夜 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c499b94

Please sign in to comment.