Skip to content

Commit

Permalink
chore(release): prepare for v0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Nov 26, 2023
1 parent 5bb1601 commit c82727c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project will be documented in this file.

## [0.1.21] - 2023-11-26

### Documentation

- #15: update documentation
- #15: update documentation
- #15: add example using the db without web

### Features

- #15: extract api into rapiddb-web
- #15: extract api into rapiddb-web
- #15: extract api into rapiddb-web
- #15: extract api into rapiddb-web
- #15: use rapiddb-web in docker container

### Styling

- Fmt

### Ci

- #15: publish rapiddb-web seperatly

## [0.1.20] - 2023-11-25

### Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rapiddb-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapiddb-web"
version = "0.1.20" # prepare_release.sh
version = "0.1.21" # prepare_release.sh
publish = true
edition = "2021"
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion rapiddb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapiddb"
version = "0.1.20" # prepare_release.sh
version = "0.1.21" # prepare_release.sh
publish = true
edition = "2021"
license = "AGPL-3.0"
Expand Down

0 comments on commit c82727c

Please sign in to comment.