From 9dacc3c515c29df2a191a67bcfec8d3160d7dd4e Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Thu, 5 Oct 2023 13:50:45 -0400 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00210d3..aa14a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,14 @@ +## [0.1.1] - 2023-10-05 + +- Fix license identifier in `Cargo.toml` +- Fix version number in `Cargo.toml` + ## [0.1.0] - 2023-10-05 Initial release! -[0.1.0]: https://github.com/GaloisInc/yapall/releases/tag/v0.1.0 \ No newline at end of file +[0.1.0]: https://github.com/GaloisInc/yapall/releases/tag/v0.1.0 +[0.1.1]: https://github.com/GaloisInc/yapall/releases/tag/v0.1.1 diff --git a/Cargo.lock b/Cargo.lock index d9e1426..3d48e3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1341,7 +1341,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "yapall" -version = "0.0.0" +version = "0.1.1" dependencies = [ "anyhow", "ascent", diff --git a/Cargo.toml b/Cargo.toml index 8ebebe1..8b054d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "yapall" -version = "0.0.0" +version = "0.1.1" edition = "2021" -license = "BSD-3" +license = "BSD-3-Clause" description = "Yet Another Pointer Analysis for LLVM" # https://nnethercote.github.io/perf-book/build-configuration.html