From 072d983caadfc49501e233aa53895f27cfa5e9ad Mon Sep 17 00:00:00 2001 From: Brandon Flores Date: Mon, 23 Sep 2024 15:48:56 -0500 Subject: [PATCH] Bumped to 0.1.8 --- CHANGELOG.md | 2 ++ Project.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d24599..34687c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +# [0.1.8] - 2024-09-23 + ### Added - Implementations of `flipsign` and `copysign` for `BitIndex`. - `+(::BitIndex)` returns the input. diff --git a/Project.toml b/Project.toml index b4e25de..d35ddc8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CliffordNumbers" uuid = "3998ac73-6bd4-4031-8035-f167dd3ed523" authors = ["Brandon Flores"] -version = "0.1.8-dev" +version = "0.1.8" [compat] Aqua = "0.8"