From 092e9e987cf8f02a2076bd7bee8c7d12c15c9fe8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 10:29:37 +0800 Subject: [PATCH] chore: bump versions (#5) Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/judge-line.md | 5 ----- .changes/serde.md | 5 ----- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changes/judge-line.md delete mode 100644 .changes/serde.md create mode 100644 CHANGELOG.md diff --git a/.changes/judge-line.md b/.changes/judge-line.md deleted file mode 100644 index e7244b5..0000000 --- a/.changes/judge-line.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eval-stack": patch:feat ---- - -Judge outputs for each line of expected outputs. diff --git a/.changes/serde.md b/.changes/serde.md deleted file mode 100644 index b763fd7..0000000 --- a/.changes/serde.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eval-stack": patch:feat ---- - -Add `serde` feature to enable serialization and deserialization. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9f68b00 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## \[0.1.1] + +### New Features + +- [`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. +- [`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. diff --git a/Cargo.toml b/Cargo.toml index 5b6ac44..7cfa950 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eval-stack" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["苏向夜 "] readme = "README.md"