From 16304a9e760ac180fb0d62a44530535f015c41df Mon Sep 17 00:00:00 2001 From: Bradford Larsen Date: Thu, 18 Apr 2024 16:06:45 -0400 Subject: [PATCH] v0.0.2 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9912818..e87e723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [v0.0.2](https://github.com/bradlarsen/vectorscan-rs/releases/v0.0.2) (2024-04-18) ### Additions diff --git a/Cargo.toml b/Cargo.toml index c262900..03066dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] -version = "0.0.1" +version = "0.0.2" license = "Apache-2.0 OR MIT" authors = ["Brad Larsen "]