Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jltsiren committed Feb 18, 2022
1 parent 0bd4ad7 commit 96afa51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple-sds"
version = "0.3.0"
version = "0.3.1"
authors = ["Jouni Siren <jouni.siren@iki.fi>"]
edition = "2018"
description = "Basic succinct data structures."
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Simple-SDS releases

## Simple-SDS 0.3.1 (2022-02-17)

* Minor patch release for the GBZ paper.

## Simple-SDS 0.3.0 (2021-11-17)

### Compressed multisets
Expand Down

0 comments on commit 96afa51

Please sign in to comment.