Skip to content

Commit

Permalink
updated Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gifted-s committed Nov 22, 2024
1 parent 6cd15aa commit ecb2f76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "velarixdb"
version = "0.0.15"
version = "0.0.16"
edition = "2021"
authors = ["Adewumi Sunkanmi D."]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ v2 is the most recent version (not experimental) and under active development, t
- [ ] Checksum to detect data corruption
- [ ] Leveled Compaction (LCS), Time-Window Compaction (TCS), and Unified Compaction (UCS)
- [ ] Monitoring module to continuously monitor and generate reports
- [ ] Introduce Learned Index (Machine Learning)
- [ ] Introduce Learned Index for Lower levels (Machine Learning)

### It is not:
- A standalone server
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//![![codecov](https://codecov.io/gh/Gifted-s/velarixdb/branch/ft%2Ffinal/graph/badge.svg?token=01K79PJWQA)](https://codecov.io/gh/Gifted-s/velarixdb)
//![![Tests](https://github.com/Gifted-s/velarixdb/actions/workflows/rust.yml/badge.svg)](https://github.com/Gifted-s/velarixdb/actions/workflows/rust.yml)
//![![Crates.io](https://img.shields.io/crates/v/velarixdb.svg)](https://crates.io/crates/velarixdb)
//![![Documentation](https://docs.rs/velarixdb/badge.svg)](https://docs.rs/velarixdb)
//![![Crates.io](https://img.shields.io/crates/v/velarixdb.svg)](https://crates.io/crates/velarixdb)
//![![Clippy](https://github.com/Gifted-s/velarixdb/actions/workflows/clippy.yml/badge.svg)](https://github.com/Gifted-s/velarixdb/actions/workflows/clippy.yml)
//![![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
//![![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down

0 comments on commit ecb2f76

Please sign in to comment.