From 53e5444bece64a232ba4c90744494e653b2f7104 Mon Sep 17 00:00:00 2001 From: Trishula Software Date: Sun, 18 Jan 2026 21:07:26 -0500 Subject: [PATCH] Add release notes for version 0.1.2 --- RELEASES.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 RELEASES.md diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 0000000..976d74f --- /dev/null +++ b/RELEASES.md @@ -0,0 +1,44 @@ +# Releases + +## Releases + +- Latest: `v0.1.2` — `https://github.com/TrishulaSoftware/BashISE/releases/tag/v0.1.2` +- Checksums: see `RELEASES.md` + + +## v0.1.2 — BashISE (bise2) + +**GitHub Release:** `https://github.com/TrishulaSoftware/BashISE/releases/tag/v0.1.2` + +### Artifacts + +* `bise2-0.1.2-py3-none-any.whl` +* `bise2-0.1.2.tar.gz` + +### SHA256 + +```text + + +``` + +### Install + +Wheel: + +```bash +pip install bise2-0.1.2-py3-none-any.whl +``` + +Source: + +```bash +pip install bise2-0.1.2.tar.gz +``` + +### Verify + +```bash +sha256sum bise2-0.1.2-py3-none-any.whl bise2-0.1.2.tar.gz +# compare to the SHA256 block above +```