Skip to content

Commit

Permalink
Bump to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Mar 6, 2023
1 parent d28059e commit 9955ab1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.2.1] - 2023-03-06

### Added

### Changed

### Fixed

- Fixed Slice Out of bounds Error when Retrieving Value that is an empty string.

## [0.2.0] - 2023-01-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scdb"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license-file = "LICENSE"
repository = "https://github.com/sopherapps/scdb"
Expand Down

0 comments on commit 9955ab1

Please sign in to comment.