Skip to content

Commit

Permalink
chore(release): prepare for v0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Feb 22, 2024
1 parent ff52da9 commit 8c42af6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## [0.1.24] - 2024-02-22

### Bug Fixes

- Update only-db example

### Documentation

- Remove content-type from curl

### Build

- Update to rust 1.76
- Update Cargo.lock
- Disable toolchain file
- Remove toolchain file

### Ci

- Set workspace lints

## [0.1.23] - 2024-01-23

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

0 comments on commit 8c42af6

Please sign in to comment.