Skip to content

Commit 092e9e9

Browse files
chore: bump versions (#5)
Co-authored-by: fu050409 <[email protected]>
1 parent a500968 commit 092e9e9

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changes/judge-line.md

-5
This file was deleted.

.changes/serde.md

-5
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## \[0.1.1]
4+
5+
### New Features
6+
7+
- [`20bb292`](https://github.com/swpu-acm/eval-stack/commit/20bb292693c179588b6f46792f6b299917210ea0) ([#4](https://github.com/swpu-acm/eval-stack/pull/4) by [@fu050409](https://github.com/swpu-acm/eval-stack/../../fu050409)) Judge outputs for each line of expected outputs.
8+
- [`a500968`](https://github.com/swpu-acm/eval-stack/commit/a50096867409251a4aac30822f19dc54281c6b47) ([#6](https://github.com/swpu-acm/eval-stack/pull/6) by [@fu050409](https://github.com/swpu-acm/eval-stack/../../fu050409)) Add `serde` feature to enable serialization and deserialization.

Cargo.toml

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

0 commit comments

Comments
 (0)