Skip to content

Commit

Permalink
chore(release): prepare for v0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Nov 19, 2023
1 parent 992e1f2 commit 240d2f4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.1.18] - 2023-11-19

### Documentation

- Add example to prepare_release.sh

### Miscellaneous Tasks

- Update memmap2 requirement from 0.7 to 0.9 in /rapiddb

### Build

- Update Cargo.lock and use resolver 2
- Use rust 1.74

## [0.1.17] - 2023-06-20

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion 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/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapiddb"
version = "0.1.17" # prepare_release.sh
version = "0.1.18" # prepare_release.sh
edition = "2021"
default-run = "rapiddb"
license = "AGPL-3.0"
Expand Down

0 comments on commit 240d2f4

Please sign in to comment.