Skip to content

Commit

Permalink
chore(release): prepare for v0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Jan 23, 2024
1 parent 15cc5f8 commit d69bce4
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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

## [0.1.23] - 2024-01-23

### Documentation

- Add dockerhub readme
- Cleanup docs to include
- Dont use arc rwlock
- Remove README suffix
- Refactor
- Add dependencies to Cargo.toml
- Update docs
- Link to further install options for rest api
- Update docs
- Update
- Update
- Update

### Features

- [**breaking**] Expose endpoints_with_arc_rwlock and without to make api cleaner

### Build

- Update gitignore
- Cargo update
- Use rust 1.75

### Ci

- Add local ci script

## [0.1.22] - 2023-11-26

### Build
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.22" # prepare_release.sh
version = "0.1.23" # 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.22" # prepare_release.sh
version = "0.1.23" # prepare_release.sh
publish = true
edition = "2021"
license = "AGPL-3.0"
Expand Down

0 comments on commit d69bce4

Please sign in to comment.