From 7f533f2fe087c92088966e0fbd41b54538a72cbe Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Sun, 18 Aug 2024 13:29:34 -0700 Subject: [PATCH] Bumping version number --- CHANGELOG.md | 4 ++-- pot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c406083a..70497139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 3.0.1 (2024-08-18) ### Added @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [11]: https://github.com/khonsulabs/pot/issues/11 -## 3.0.0 +## 3.0.0 (2023-08-24) ### Breaking Changes diff --git a/pot/Cargo.toml b/pot/Cargo.toml index fbe05def..5b2c1e22 100644 --- a/pot/Cargo.toml +++ b/pot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pot" -version = "3.0.0" +version = "3.0.1" edition = "2021" description = "A concise binary serialization format written for `BonsaiDb`." license = "MIT OR Apache-2.0"