From 239230d485e33b30a9689abcc98e8abe78e241c2 Mon Sep 17 00:00:00 2001 From: Saransh Date: Tue, 1 Mar 2022 21:21:19 +0530 Subject: [PATCH] Update version + add a checklist for release --- .github/RELEASE_CHECKLIST.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .github/RELEASE_CHECKLIST.md diff --git a/.github/RELEASE_CHECKLIST.md b/.github/RELEASE_CHECKLIST.md new file mode 100644 index 0000000..5498dd1 --- /dev/null +++ b/.github/RELEASE_CHECKLIST.md @@ -0,0 +1,4 @@ +For a new release, update the following - + +- [ ] Update version in `CHANGELOG.md`. +- [ ] Update version in `Project.toml`. \ No newline at end of file diff --git a/Project.toml b/Project.toml index c9e70e9..7a31421 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ChaoticEncryption" uuid = "8967581b-3fa7-4a60-bbed-8fff548a82df" authors = ["Saransh Chopra"] -version = "0.1.1" +version = "0.2.0" [deps] Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"