Skip to content

Commit c499b94

Browse files
chore: bump versions (#17)
Co-authored-by: fu050409 <[email protected]>
1 parent 485b1ae commit c499b94

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

.changes/compile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/lang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/runtime.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## \[0.3.1]
4+
5+
### Bug Fixes
6+
7+
- [`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.
8+
- [`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`.
9+
10+
### Chores
11+
12+
- [`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.
13+
314
## \[0.3.0]
415

516
### New Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eval-stack"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["苏向夜 <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)